Html Css Color HEX #42BA37 Lime Green

📋 copy color: '#42BA37'

red 66 ◦ green 186 ◦ blue 55

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

Shades of Lime Green #42BA37

Tints of Lime Green #42BA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.59%

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

R = 21.5%
G = 60.59%
B = 17.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#42BA37 (or 0x42BA37) is known color: Lime Green. HEX triplet: 42, BA and 37. RGB value is (66,186,55). Sum of RGB (Red+Green+Blue) = 66+186+55=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA37 is #BD45C8. Grayscale: #878787. Windows color (decimal): -12404169 or 3652162. OLE color: 3652162.

HSL color Cylindrical-coordinate representation of color #42BA37: hue angle of 114.96º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BA37 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 55 -
CMYK 0.65 0 0.70 0.27
HSL 114.96º 0.54% 0.47% -
HSV(B) 114.96º 0.7% 0.73% -
XYZ 20.5 36.55 9.59 -
YUV 135.19 82.74 78.65 -
System Red Green Blue C M Y K H S L
Decimal 66 186 55 0.65 0 0.70 0.27 114.96 0.54 0.47
Hex 42 BA 37 41 0 46 1B 73 36 2F
Octal 102 272 67 101 0 106 33 163 66 57
Binary 1000010 10111010 110111 1000001 0 1000110 11011 1110011 110110 101111

Color Harmonies of #42BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA37

Black with #42BA37

Text Example


Text Example

White with #42BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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