Html Css Color HEX #42BB38 Lime Green

📋 copy color: '#42BB38'

red 66 ◦ green 187 ◦ blue 56

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

Shades of Lime Green #42BB38

Tints of Lime Green #42BB38

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.52%

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

R = 21.36%
G = 60.52%
B = 18.12%

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

#42BB38 (or 0x42BB38) is known color: Lime Green. HEX triplet: 42, BB and 38. RGB value is (66,187,56). Sum of RGB (Red+Green+Blue) = 66+187+56=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB38 is #BD44C7. Grayscale: #888888. Windows color (decimal): -12403912 or 3717954. OLE color: 3717954.

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

Color convert

RGB 66 187 56 -
CMYK 0.65 0 0.70 0.27
HSL 115.42º 0.54% 0.48% -
HSV(B) 115.42º 0.7% 0.73% -
XYZ 20.73 36.98 9.79 -
YUV 135.89 82.91 78.15 -
System Red Green Blue C M Y K H S L
Decimal 66 187 56 0.65 0 0.70 0.27 115.42 0.54 0.48
Hex 42 BB 38 41 0 46 1B 73 36 30
Octal 102 273 70 101 0 106 33 163 66 60
Binary 1000010 10111011 111000 1000001 0 1000110 11011 1110011 110110 110000

Color Harmonies of #42BB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB38

Black with #42BB38

Text Example


Text Example

White with #42BB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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