Html Css Color HEX #42BB2A Kelly Green

📋 copy color: '#42BB2A'

red 66 ◦ green 187 ◦ blue 42

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

Shades of Kelly Green #42BB2A

Tints of Kelly Green #42BB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 63.39%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 22.37%
G = 63.39%
B = 14.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#42BB2A (or 0x42BB2A) is known color: Kelly Green. HEX triplet: 42, BB and 2A. RGB value is (66,187,42). Sum of RGB (Red+Green+Blue) = 66+187+42=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB2A is #BD44D5. Grayscale: #868686. Windows color (decimal): -12403926 or 2800450. OLE color: 2800450.

HSL color Cylindrical-coordinate representation of color #42BB2A: hue angle of 110.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42BB2A is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 42 -
CMYK 0.65 0 0.78 0.27
HSL 110.07º 0.63% 0.45% -
HSV(B) 110.07º 0.78% 0.73% -
XYZ 20.44 36.87 8.23 -
YUV 134.29 75.91 79.29 -
System Red Green Blue C M Y K H S L
Decimal 66 187 42 0.65 0 0.78 0.27 110.07 0.63 0.45
Hex 42 BB 2A 41 0 4E 1B 6E 3F 2D
Octal 102 273 52 101 0 116 33 156 77 55
Binary 1000010 10111011 101010 1000001 0 1001110 11011 1101110 111111 101101

Color Harmonies of #42BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB2A

Black with #42BB2A

Text Example


Text Example

White with #42BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,42); }

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

background-color css

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

 a { background-color: rgb(66,187,42); }

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

border-color css

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

 span { border-color: rgb(66,187,42); }

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