Html Css Color HEX #42B420 Kelly Green

📋 copy color: '#42B420'

red 66 ◦ green 180 ◦ blue 32

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

Shades of Kelly Green #42B420

Tints of Kelly Green #42B420

RGB

 RED value IS 66 (26.17% from 255) = 23.74%

 GREEN value IS 180 (70.7% from 255) = 64.75%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 23.74%
G = 64.75%
B = 11.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#42B420 (or 0x42B420) is known color: Kelly Green. HEX triplet: 42, B4 and 20. RGB value is (66,180,32). Sum of RGB (Red+Green+Blue) = 66+180+32=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 180 (70.70% from 255 or 64.75% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 180 - color contains mainly: green. Hex color #42B420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B420 is #BD4BDF. Grayscale: #818181. Windows color (decimal): -12405728 or 2143298. OLE color: 2143298.

HSL color Cylindrical-coordinate representation of color #42B420: hue angle of 106.22º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42B420 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 32 -
CMYK 0.63 0 0.82 0.29
HSL 106.22º 0.7% 0.42% -
HSV(B) 106.22º 0.82% 0.71% -
XYZ 18.83 33.91 6.92 -
YUV 129.04 73.23 83.03 -
System Red Green Blue C M Y K H S L
Decimal 66 180 32 0.63 0 0.82 0.29 106.22 0.7 0.42
Hex 42 B4 20 3F 0 52 1D 6A 46 2A
Octal 102 264 40 77 0 122 35 152 106 52
Binary 1000010 10110100 100000 111111 0 1010010 11101 1101010 1000110 101010

Color Harmonies of #42B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B420

Black with #42B420

Text Example


Text Example

White with #42B420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,180,32); }

 H1.HeaderClassName
 {
   color: #42B420;
 }
 .AnyTagClassName
 {
   color: #42B420;
 }
</style>

background-color css

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

 a { background-color: rgb(66,180,32); }

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

border-color css

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

 span { border-color: rgb(66,180,32); }

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