Html Css Color HEX #42B52E Kelly Green

📋 copy color: '#42B52E'

red 66 ◦ green 181 ◦ blue 46

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

Shades of Kelly Green #42B52E

Tints of Kelly Green #42B52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.77%

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 22.53%
G = 61.77%
B = 15.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#42B52E (or 0x42B52E) is known color: Kelly Green. HEX triplet: 42, B5 and 2E. RGB value is (66,181,46). Sum of RGB (Red+Green+Blue) = 66+181+46=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #42B52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B52E is #BD4AD1. Grayscale: #838383. Windows color (decimal): -12405458 or 3061058. OLE color: 3061058.

HSL color Cylindrical-coordinate representation of color #42B52E: hue angle of 111.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42B52E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 181 46 -
CMYK 0.64 0 0.75 0.29
HSL 111.11º 0.59% 0.45% -
HSV(B) 111.11º 0.75% 0.71% -
XYZ 19.26 34.4 8.21 -
YUV 131.23 79.9 81.48 -
System Red Green Blue C M Y K H S L
Decimal 66 181 46 0.64 0 0.75 0.29 111.11 0.59 0.45
Hex 42 B5 2E 40 0 4B 1D 6F 3B 2D
Octal 102 265 56 100 0 113 35 157 73 55
Binary 1000010 10110101 101110 1000000 0 1001011 11101 1101111 111011 101101

Color Harmonies of #42B52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B52E

Black with #42B52E

Text Example


Text Example

White with #42B52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,181,46); }

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

background-color css

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

 a { background-color: rgb(66,181,46); }

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

border-color css

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

 span { border-color: rgb(66,181,46); }

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