Html Css Color HEX #42B42C Kelly Green

📋 copy color: '#42B42C'

red 66 ◦ green 180 ◦ blue 44

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

Shades of Kelly Green #42B42C

Tints of Kelly Green #42B42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 22.76%
G = 62.07%
B = 15.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#42B42C (or 0x42B42C) is known color: Kelly Green. HEX triplet: 42, B4 and 2C. RGB value is (66,180,44). Sum of RGB (Red+Green+Blue) = 66+180+44=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #42B42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B42C is #BD4BD3. Grayscale: #828282. Windows color (decimal): -12405716 or 2929730. OLE color: 2929730.

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

Color convert

RGB 66 180 44 -
CMYK 0.63 0 0.76 0.29
HSL 110.29º 0.61% 0.44% -
HSV(B) 110.29º 0.76% 0.71% -
XYZ 19.02 33.98 7.94 -
YUV 130.41 79.23 82.06 -
System Red Green Blue C M Y K H S L
Decimal 66 180 44 0.63 0 0.76 0.29 110.29 0.61 0.44
Hex 42 B4 2C 3F 0 4C 1D 6E 3D 2C
Octal 102 264 54 77 0 114 35 156 75 54
Binary 1000010 10110100 101100 111111 0 1001100 11101 1101110 111101 101100

Color Harmonies of #42B42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B42C

Black with #42B42C

Text Example


Text Example

White with #42B42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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