Html Css Color HEX #42BC38 Lime Green

📋 copy color: '#42BC38'

red 66 ◦ green 188 ◦ blue 56

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

Shades of Lime Green #42BC38

Tints of Lime Green #42BC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 21.29%
G = 60.65%
B = 18.06%

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

#42BC38 (or 0x42BC38) is known color: Lime Green. HEX triplet: 42, BC and 38. RGB value is (66,188,56). Sum of RGB (Red+Green+Blue) = 66+188+56=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC38 is #BD43C7. Grayscale: #888888. Windows color (decimal): -12403656 or 3718210. OLE color: 3718210.

HSL color Cylindrical-coordinate representation of color #42BC38: hue angle of 115.45º degrees, saturation: 0.54, 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 #42BC38 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 56 -
CMYK 0.65 0 0.70 0.26
HSL 115.45º 0.54% 0.48% -
HSV(B) 115.45º 0.7% 0.74% -
XYZ 20.94 37.41 9.86 -
YUV 136.47 82.58 77.73 -
System Red Green Blue C M Y K H S L
Decimal 66 188 56 0.65 0 0.70 0.26 115.45 0.54 0.48
Hex 42 BC 38 41 0 46 1A 73 36 30
Octal 102 274 70 101 0 106 32 163 66 60
Binary 1000010 10111100 111000 1000001 0 1000110 11010 1110011 110110 110000

Color Harmonies of #42BC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC38

Black with #42BC38

Text Example


Text Example

White with #42BC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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