Html Css Color HEX #3CE032 Lime Green

📋 copy color: '#3CE032'

red 60 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #3CE032

Tints of Lime Green #3CE032

RGB

 RED value IS 60 (23.83% from 255) = 17.96%

 GREEN value IS 224 (87.89% from 255) = 67.07%

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

R = 17.96%
G = 67.07%
B = 14.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#3CE032 (or 0x3CE032) is known color: Lime Green. HEX triplet: 3C, E0 and 32. RGB value is (60,224,50). Sum of RGB (Red+Green+Blue) = 60+224+50=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE032 is #C31FCD. Grayscale: #9B9B9B. Windows color (decimal): -12787662 or 3334204. OLE color: 3334204.

HSL color Cylindrical-coordinate representation of color #3CE032: hue angle of 116.55º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CE032 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 224 50 -
CMYK 0.73 0 0.78 0.12
HSL 116.55º 0.74% 0.54% -
HSV(B) 116.55º 0.78% 0.88% -
XYZ 29.09 54.5 12 -
YUV 155.13 68.67 60.15 -
System Red Green Blue C M Y K H S L
Decimal 60 224 50 0.73 0 0.78 0.12 116.55 0.74 0.54
Hex 3C E0 32 49 0 4E C 75 4A 36
Octal 74 340 62 111 0 116 14 165 112 66
Binary 111100 11100000 110010 1001001 0 1001110 1100 1110101 1001010 110110

Color Harmonies of #3CE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE032

Black with #3CE032

Text Example


Text Example

White with #3CE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CE032; }

 p { color: rgb(60,224,50); }

 H1.HeaderClassName
 {
   color: #3CE032;
 }
 .AnyTagClassName
 {
   color: #3CE032;
 }
</style>

background-color css

<style>
 a { background-color: #3CE032; }

 a { background-color: rgb(60,224,50); }

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

border-color css

<style>
 span { border-color: #3CE032; }

 span { border-color: rgb(60,224,50); }

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