#42D11E

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

Shades of Kelly Green #42D11E

Tints of Kelly Green #42D11E

Color information

#42D11E (or 0x42D11E) is unknown color: approx Kelly Green. HEX triplet: 42, D1 and 1E. RGB value is (66,209,30). Sum of RGB (Red+Green+Blue) = 66+209+30=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #42D11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D11E is #BD2EE1. Grayscale: #929292. Windows color (decimal): -12398306 or 2019650. OLE color: 2019650.

HSL color Cylindrical-coordinate representation of color #42D11E: hue angle of 107.93º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42D11E is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB6620930-
CMYK0.6800.860.18
HSL107.93º74.9%46.86%-
HSV(B)107.93º85.65%81.96%-
XYZ25.2846.858.94-
YUV145.8462.6271.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 209 (82.03% from 255) = 68.52%
BLUE value IS 30 (12.11% from 255) = 9.84%
R=21.64%
G=68.52%
B=9.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66209300.6800.860.18107.9374.946.86
Hex42D11E44056126c4b2f
Octal1023213610401262215411357
Binary100001011010001111101000100010101101001011011001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42D11E; }

 p { color: rgb(66,209,30); }

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

<style>
 a { background-color: #42D11E; }

 a { background-color: rgb(66,209,30); }

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

<style>
 span { border-color: #42D11E; }

 span { border-color: rgb(66,209,30); }

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