Html Css Color HEX #42B31B Kelly Green

📋 copy color: '#42B31B'

red 66 ◦ green 179 ◦ blue 27

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

Shades of Kelly Green #42B31B

Tints of Kelly Green #42B31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 24.26%
G = 65.81%
B = 9.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#42B31B (or 0x42B31B) is known color: Kelly Green. HEX triplet: 42, B3 and 1B. RGB value is (66,179,27). Sum of RGB (Red+Green+Blue) = 66+179+27=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #42B31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B31B is #BD4CE4. Grayscale: #808080. Windows color (decimal): -12405989 or 1815362. OLE color: 1815362.

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

Color convert

RGB 66 179 27 -
CMYK 0.63 0 0.85 0.30
HSL 104.61º 0.74% 0.4% -
HSV(B) 104.61º 0.85% 0.7% -
XYZ 18.56 33.48 6.52 -
YUV 127.89 71.06 83.86 -
System Red Green Blue C M Y K H S L
Decimal 66 179 27 0.63 0 0.85 0.30 104.61 0.74 0.4
Hex 42 B3 1B 3F 0 55 1E 69 4A 28
Octal 102 263 33 77 0 125 36 151 112 50
Binary 1000010 10110011 11011 111111 0 1010101 11110 1101001 1001010 101000

Color Harmonies of #42B31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B31B

Black with #42B31B

Text Example


Text Example

White with #42B31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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