Html Css Color HEX #42BF37 Lime Green

📋 copy color: '#42BF37'

red 66 ◦ green 191 ◦ blue 55

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

Shades of Lime Green #42BF37

Tints of Lime Green #42BF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 21.15%
G = 61.22%
B = 17.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#42BF37 (or 0x42BF37) is known color: Lime Green. HEX triplet: 42, BF and 37. RGB value is (66,191,55). Sum of RGB (Red+Green+Blue) = 66+191+55=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF37 is #BD40C8. Grayscale: #8A8A8A. Windows color (decimal): -12402889 or 3653442. OLE color: 3653442.

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

Color convert

RGB 66 191 55 -
CMYK 0.65 0 0.71 0.25
HSL 115.15º 0.55% 0.48% -
HSV(B) 115.15º 0.71% 0.75% -
XYZ 21.57 38.7 9.95 -
YUV 138.12 81.09 76.56 -
System Red Green Blue C M Y K H S L
Decimal 66 191 55 0.65 0 0.71 0.25 115.15 0.55 0.48
Hex 42 BF 37 41 0 47 19 73 37 30
Octal 102 277 67 101 0 107 31 163 67 60
Binary 1000010 10111111 110111 1000001 0 1000111 11001 1110011 110111 110000

Color Harmonies of #42BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF37

Black with #42BF37

Text Example


Text Example

White with #42BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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