Html Css Color HEX #42BF27 Kelly Green

📋 copy color: '#42BF27'

red 66 ◦ green 191 ◦ blue 39

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

Shades of Kelly Green #42BF27

Tints of Kelly Green #42BF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 22.3%
G = 64.53%
B = 13.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#42BF27 (or 0x42BF27) is known color: Kelly Green. HEX triplet: 42, BF and 27. RGB value is (66,191,39). Sum of RGB (Red+Green+Blue) = 66+191+39=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF27 is #BD40D8. Grayscale: #888888. Windows color (decimal): -12402905 or 2604866. OLE color: 2604866.

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

Color convert

RGB 66 191 39 -
CMYK 0.65 0 0.80 0.25
HSL 109.34º 0.66% 0.45% -
HSV(B) 109.34º 0.8% 0.75% -
XYZ 21.24 38.57 8.24 -
YUV 136.3 73.09 77.86 -
System Red Green Blue C M Y K H S L
Decimal 66 191 39 0.65 0 0.80 0.25 109.34 0.66 0.45
Hex 42 BF 27 41 0 50 19 6D 42 2D
Octal 102 277 47 101 0 120 31 155 102 55
Binary 1000010 10111111 100111 1000001 0 1010000 11001 1101101 1000010 101101

Color Harmonies of #42BF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF27

Black with #42BF27

Text Example


Text Example

White with #42BF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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