Html Css Color HEX #42C532 Lime Green

📋 copy color: '#42C532'

red 66 ◦ green 197 ◦ blue 50

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

Shades of Lime Green #42C532

Tints of Lime Green #42C532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.94%

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

R = 21.09%
G = 62.94%
B = 15.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#42C532 (or 0x42C532) is known color: Lime Green. HEX triplet: 42, C5 and 32. RGB value is (66,197,50). Sum of RGB (Red+Green+Blue) = 66+197+50=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #42C532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C532 is #BD3ACD. Grayscale: #8D8D8D. Windows color (decimal): -12401358 or 3327298. OLE color: 3327298.

HSL color Cylindrical-coordinate representation of color #42C532: hue angle of 113.47º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42C532 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 50 -
CMYK 0.66 0 0.75 0.23
HSL 113.47º 0.6% 0.48% -
HSV(B) 113.47º 0.75% 0.77% -
XYZ 22.79 41.32 9.79 -
YUV 141.07 76.6 74.45 -
System Red Green Blue C M Y K H S L
Decimal 66 197 50 0.66 0 0.75 0.23 113.47 0.6 0.48
Hex 42 C5 32 42 0 4B 17 71 3C 30
Octal 102 305 62 102 0 113 27 161 74 60
Binary 1000010 11000101 110010 1000010 0 1001011 10111 1110001 111100 110000

Color Harmonies of #42C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C532

Black with #42C532

Text Example


Text Example

White with #42C532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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