Html Css Color HEX #42BF29 Kelly Green

📋 copy color: '#42BF29'

red 66 ◦ green 191 ◦ blue 41

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

Shades of Kelly Green #42BF29

Tints of Kelly Green #42BF29

RGB

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

 GREEN value IS 191 (75% from 255) = 64.09%

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 22.15%
G = 64.09%
B = 13.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#42BF29 (or 0x42BF29) is known color: Kelly Green. HEX triplet: 42, BF and 29. RGB value is (66,191,41). Sum of RGB (Red+Green+Blue) = 66+191+41=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF29 is #BD40D6. Grayscale: #898989. Windows color (decimal): -12402903 or 2735938. OLE color: 2735938.

HSL color Cylindrical-coordinate representation of color #42BF29: hue angle of 110º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42BF29 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 41 -
CMYK 0.65 0 0.79 0.25
HSL 110º 0.65% 0.45% -
HSV(B) 110º 0.79% 0.75% -
XYZ 21.28 38.58 8.42 -
YUV 136.53 74.09 77.7 -
System Red Green Blue C M Y K H S L
Decimal 66 191 41 0.65 0 0.79 0.25 110 0.65 0.45
Hex 42 BF 29 41 0 4F 19 6E 41 2D
Octal 102 277 51 101 0 117 31 156 101 55
Binary 1000010 10111111 101001 1000001 0 1001111 11001 1101110 1000001 101101

Color Harmonies of #42BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF29

Black with #42BF29

Text Example


Text Example

White with #42BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,191,41); }

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

background-color css

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

 a { background-color: rgb(66,191,41); }

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

border-color css

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

 span { border-color: rgb(66,191,41); }

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