#42b200

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

Shades of Kelly Green #42B200

Tints of Kelly Green #42B200

Color information

#42B200 (or 0x42B200) is unknown color: approx Kelly Green. HEX triplet: 42, B2 and 00. RGB value is (66,178,0). Sum of RGB (Red+Green+Blue) = 66+178+0=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 178 (69.92% from 255 or 72.95% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 178 - color contains mainly: green. Hex color #42B200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B200 is #BD4DFF. Grayscale: #7C7C7C. Windows color (decimal): -12406272 or 45634. OLE color: 45634.

HSL color Cylindrical-coordinate representation of color #42B200: hue angle of 97.75º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42B200 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB661780-
CMYK0.63010.30
HSL97.75º100%34.9%-
HSV(B)97.75º100%69.8%-
XYZ18.17335.41-
YUV124.2257.8986.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 178 (69.92% from 255) = 72.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.05%
G=72.95%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6617800.63010.3097.7510034.9
Hex42B203F0641E626423
Octal10226207701443614214443
Binary1000010101100100111111011001001111011000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42b200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,178,0); }

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

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

 a { background-color: rgb(66,178,0); }

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

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

 span { border-color: rgb(66,178,0); }

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