Html Css Color HEX #42BF41 Lime Green

📋 copy color: '#42BF41'

red 66 ◦ green 191 ◦ blue 65

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

Shades of Lime Green #42BF41

Tints of Lime Green #42BF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 20.5%
G = 59.32%
B = 20.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#42BF41 (or 0x42BF41) is known color: Lime Green. HEX triplet: 42, BF and 41. RGB value is (66,191,65). Sum of RGB (Red+Green+Blue) = 66+191+65=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF41 is #BD40BE. Grayscale: #8B8B8B. Windows color (decimal): -12402879 or 4308802. OLE color: 4308802.

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

Color convert

RGB 66 191 65 -
CMYK 0.65 0 0.66 0.25
HSL 119.52º 0.5% 0.5% -
HSV(B) 119.52º 0.66% 0.75% -
XYZ 21.83 38.8 11.34 -
YUV 139.26 86.09 75.75 -
System Red Green Blue C M Y K H S L
Decimal 66 191 65 0.65 0 0.66 0.25 119.52 0.5 0.5
Hex 42 BF 41 41 0 42 19 78 32 32
Octal 102 277 101 101 0 102 31 170 62 62
Binary 1000010 10111111 1000001 1000001 0 1000010 11001 1111000 110010 110010

Color Harmonies of #42BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF41

Black with #42BF41

Text Example


Text Example

White with #42BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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