Html Css Color HEX #42B200 Kelly Green

📋 copy color: '#42B200'

red 66 ◦ green 178 ◦ blue 0

#42B200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #42B200

Tints of Kelly Green #42B200

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 value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#42B200 (or 0x42B200) is known color: 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

RGB 66 178 0 -
CMYK 0.63 0 1 0.30
HSL 97.75º 1% 0.35% -
HSV(B) 97.75º 1% 0.7% -
XYZ 18.17 33 5.41 -
YUV 124.22 57.89 86.47 -
System Red Green Blue C M Y K H S L
Decimal 66 178 0 0.63 0 1 0.30 97.75 1 0.35
Hex 42 B2 0 3F 0 64 1E 62 64 23
Octal 102 262 0 77 0 144 36 142 144 43
Binary 1000010 10110010 0 111111 0 1100100 11110 1100010 1100100 100011

Color Harmonies of #42B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B200

Black with #42B200

Text Example


Text Example

White with #42B200

Text Example


Text Example

HTML Codes & Css Web 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>