Html Css Color HEX #42BC2A Kelly Green

📋 copy color: '#42BC2A'

red 66 ◦ green 188 ◦ blue 42

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

Shades of Kelly Green #42BC2A

Tints of Kelly Green #42BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.51%

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

R = 22.3%
G = 63.51%
B = 14.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#42BC2A (or 0x42BC2A) is known color: Kelly Green. HEX triplet: 42, BC and 2A. RGB value is (66,188,42). Sum of RGB (Red+Green+Blue) = 66+188+42=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC2A is #BD43D5. Grayscale: #878787. Windows color (decimal): -12403670 or 2800706. OLE color: 2800706.

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

Color convert

RGB 66 188 42 -
CMYK 0.65 0 0.78 0.26
HSL 110.14º 0.63% 0.45% -
HSV(B) 110.14º 0.78% 0.74% -
XYZ 20.65 37.29 8.3 -
YUV 134.88 75.58 78.87 -
System Red Green Blue C M Y K H S L
Decimal 66 188 42 0.65 0 0.78 0.26 110.14 0.63 0.45
Hex 42 BC 2A 41 0 4E 1A 6E 3F 2D
Octal 102 274 52 101 0 116 32 156 77 55
Binary 1000010 10111100 101010 1000001 0 1001110 11010 1101110 111111 101101

Color Harmonies of #42BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC2A

Black with #42BC2A

Text Example


Text Example

White with #42BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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