Html Css Color HEX #42B30C Kelly Green

📋 copy color: '#42B30C'

red 66 ◦ green 179 ◦ blue 12

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

Shades of Kelly Green #42B30C

Tints of Kelly Green #42B30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.65%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 25.68%
G = 69.65%
B = 4.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#42B30C (or 0x42B30C) is known color: Kelly Green. HEX triplet: 42, B3 and 0C. RGB value is (66,179,12). Sum of RGB (Red+Green+Blue) = 66+179+12=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #42B30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B30C is #BD4CF3. Grayscale: #7E7E7E. Windows color (decimal): -12406004 or 832322. OLE color: 832322.

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

Color convert

RGB 66 179 12 -
CMYK 0.63 0 0.93 0.30
HSL 100.6º 0.87% 0.37% -
HSV(B) 100.6º 0.93% 0.7% -
XYZ 18.43 33.43 5.83 -
YUV 126.18 63.56 85.08 -
System Red Green Blue C M Y K H S L
Decimal 66 179 12 0.63 0 0.93 0.30 100.6 0.87 0.37
Hex 42 B3 C 3F 0 5D 1E 65 57 25
Octal 102 263 14 77 0 135 36 145 127 45
Binary 1000010 10110011 1100 111111 0 1011101 11110 1100101 1010111 100101

Color Harmonies of #42B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B30C

Black with #42B30C

Text Example


Text Example

White with #42B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,179,12); }

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

background-color css

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

 a { background-color: rgb(66,179,12); }

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

border-color css

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

 span { border-color: rgb(66,179,12); }

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