Html Css Color HEX #42BC37 Lime Green

📋 copy color: '#42BC37'

red 66 ◦ green 188 ◦ blue 55

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

Shades of Lime Green #42BC37

Tints of Lime Green #42BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

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

R = 21.36%
G = 60.84%
B = 17.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#42BC37 (or 0x42BC37) is known color: Lime Green. HEX triplet: 42, BC and 37. RGB value is (66,188,55). Sum of RGB (Red+Green+Blue) = 66+188+55=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC37 is #BD43C8. Grayscale: #888888. Windows color (decimal): -12403657 or 3652674. OLE color: 3652674.

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

Color convert

RGB 66 188 55 -
CMYK 0.65 0 0.71 0.26
HSL 115.04º 0.55% 0.48% -
HSV(B) 115.04º 0.71% 0.74% -
XYZ 20.92 37.4 9.73 -
YUV 136.36 82.08 77.81 -
System Red Green Blue C M Y K H S L
Decimal 66 188 55 0.65 0 0.71 0.26 115.04 0.55 0.48
Hex 42 BC 37 41 0 47 1A 73 37 30
Octal 102 274 67 101 0 107 32 163 67 60
Binary 1000010 10111100 110111 1000001 0 1000111 11010 1110011 110111 110000

Color Harmonies of #42BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC37

Black with #42BC37

Text Example


Text Example

White with #42BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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