Html Css Color HEX #42B32E Kelly Green

📋 copy color: '#42B32E'

red 66 ◦ green 179 ◦ blue 46

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

Shades of Kelly Green #42B32E

Tints of Kelly Green #42B32E

RGB

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

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

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

R = 22.68%
G = 61.51%
B = 15.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#42B32E (or 0x42B32E) is known color: Kelly Green. HEX triplet: 42, B3 and 2E. RGB value is (66,179,46). Sum of RGB (Red+Green+Blue) = 66+179+46=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #42B32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B32E is #BD4CD1. Grayscale: #828282. Windows color (decimal): -12405970 or 3060546. OLE color: 3060546.

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

Color convert

RGB 66 179 46 -
CMYK 0.63 0 0.74 0.30
HSL 110.98º 0.59% 0.44% -
HSV(B) 110.98º 0.74% 0.7% -
XYZ 18.86 33.6 8.08 -
YUV 130.05 80.56 82.31 -
System Red Green Blue C M Y K H S L
Decimal 66 179 46 0.63 0 0.74 0.30 110.98 0.59 0.44
Hex 42 B3 2E 3F 0 4A 1E 6F 3B 2C
Octal 102 263 56 77 0 112 36 157 73 54
Binary 1000010 10110011 101110 111111 0 1001010 11110 1101111 111011 101100

Color Harmonies of #42B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B32E

Black with #42B32E

Text Example


Text Example

White with #42B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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