Html Css Color HEX #42BF2C Lime Green

📋 copy color: '#42BF2C'

red 66 ◦ green 191 ◦ blue 44

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

Shades of Lime Green #42BF2C

Tints of Lime Green #42BF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 21.93%
G = 63.46%
B = 14.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#42BF2C (or 0x42BF2C) is known color: Lime Green. HEX triplet: 42, BF and 2C. RGB value is (66,191,44). Sum of RGB (Red+Green+Blue) = 66+191+44=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF2C is #BD40D3. Grayscale: #898989. Windows color (decimal): -12402900 or 2932546. OLE color: 2932546.

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

Color convert

RGB 66 191 44 -
CMYK 0.65 0 0.77 0.25
HSL 111.02º 0.63% 0.46% -
HSV(B) 111.02º 0.77% 0.75% -
XYZ 21.33 38.6 8.71 -
YUV 136.87 75.59 77.45 -
System Red Green Blue C M Y K H S L
Decimal 66 191 44 0.65 0 0.77 0.25 111.02 0.63 0.46
Hex 42 BF 2C 41 0 4D 19 6F 3F 2E
Octal 102 277 54 101 0 115 31 157 77 56
Binary 1000010 10111111 101100 1000001 0 1001101 11001 1101111 111111 101110

Color Harmonies of #42BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF2C

Black with #42BF2C

Text Example


Text Example

White with #42BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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