Html Css Color HEX #42BC32 Lime Green

📋 copy color: '#42BC32'

red 66 ◦ green 188 ◦ blue 50

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

Shades of Lime Green #42BC32

Tints of Lime Green #42BC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 21.71%
G = 61.84%
B = 16.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#42BC32 (or 0x42BC32) is known color: Lime Green. HEX triplet: 42, BC and 32. RGB value is (66,188,50). Sum of RGB (Red+Green+Blue) = 66+188+50=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC32 is #BD43CD. Grayscale: #888888. Windows color (decimal): -12403662 or 3324994. OLE color: 3324994.

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

Color convert

RGB 66 188 50 -
CMYK 0.65 0 0.73 0.26
HSL 113.04º 0.58% 0.47% -
HSV(B) 113.04º 0.73% 0.74% -
XYZ 20.81 37.35 9.13 -
YUV 135.79 79.58 78.22 -
System Red Green Blue C M Y K H S L
Decimal 66 188 50 0.65 0 0.73 0.26 113.04 0.58 0.47
Hex 42 BC 32 41 0 49 1A 71 3A 2F
Octal 102 274 62 101 0 111 32 161 72 57
Binary 1000010 10111100 110010 1000001 0 1001001 11010 1110001 111010 101111

Color Harmonies of #42BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC32

Black with #42BC32

Text Example


Text Example

White with #42BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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