Html Css Color HEX #42BC39 Lime Green

📋 copy color: '#42BC39'

red 66 ◦ green 188 ◦ blue 57

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

Shades of Lime Green #42BC39

Tints of Lime Green #42BC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 21.22%
G = 60.45%
B = 18.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#42BC39 (or 0x42BC39) is known color: Lime Green. HEX triplet: 42, BC and 39. RGB value is (66,188,57). Sum of RGB (Red+Green+Blue) = 66+188+57=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC39 is #BD43C6. Grayscale: #888888. Windows color (decimal): -12403655 or 3783746. OLE color: 3783746.

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

Color convert

RGB 66 188 57 -
CMYK 0.65 0 0.70 0.26
HSL 115.88º 0.53% 0.48% -
HSV(B) 115.88º 0.7% 0.74% -
XYZ 20.97 37.42 9.99 -
YUV 136.59 83.08 77.65 -
System Red Green Blue C M Y K H S L
Decimal 66 188 57 0.65 0 0.70 0.26 115.88 0.53 0.48
Hex 42 BC 39 41 0 46 1A 74 35 30
Octal 102 274 71 101 0 106 32 164 65 60
Binary 1000010 10111100 111001 1000001 0 1000110 11010 1110100 110101 110000

Color Harmonies of #42BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC39

Black with #42BC39

Text Example


Text Example

White with #42BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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