#45CC1E

Color #45CC1E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #45CC1E

Tints of Kelly Green #45CC1E

Color information

#45CC1E (or 0x45CC1E) is unknown color: approx Kelly Green. HEX triplet: 45, CC and 1E. RGB value is (69,204,30). Sum of RGB (Red+Green+Blue) = 69+204+30=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC1E is #BA33E1. Grayscale: #909090. Windows color (decimal): -12202978 or 2018373. OLE color: 2018373.

HSL color Cylindrical-coordinate representation of color #45CC1E: hue angle of 106.55º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45CC1E is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB6920430-
CMYK0.6600.850.2
HSL106.55º74.36%45.88%-
HSV(B)106.55º85.29%80%-
XYZ24.2844.548.55-
YUV143.863.7774.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 204 (80.08% from 255) = 67.33%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=22.77%
G=67.33%
B=9.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69204300.6600.850.2106.5574.3645.88
Hex45CC1E42055146b4a2e
Octal1053143610201252415311256
Binary100010111001100111101000010010101011010011010111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45CC1E; }

 p { color: rgb(69,204,30); }

 H1.HeaderClassName
 {
   color: #45CC1E;
 }
 .AnyTagClassName
 {
   color: #45CC1E;
 }
</style>
background-color css

<style>
 a { background-color: #45CC1E; }

 a { background-color: rgb(69,204,30); }

 div.DivClassName
 {
   background-color: #45CC1E;
 }
 .BgClassName
 {
   background-color: #45CC1E;
 }
</style>
border-color css

<style>
 span { border-color: #45CC1E; }

 span { border-color: rgb(69,204,30); }

 td.TdClassName
 {
   border-color: #45CC1E;
 }
 .TagClassName
 {
   border-color: #45CC1E;
 }
</style>