Html Css Color HEX #3CEA52 Lime Green

📋 copy color: '#3CEA52'

red 60 ◦ green 234 ◦ blue 82

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

Shades of Lime Green #3CEA52

Tints of Lime Green #3CEA52

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.23%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 15.96%
G = 62.23%
B = 21.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#3CEA52 (or 0x3CEA52) is known color: Lime Green. HEX triplet: 3C, EA and 52. RGB value is (60,234,82). Sum of RGB (Red+Green+Blue) = 60+234+82=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 234 (91.80% from 255 or 62.23% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEA52 is #C315AD. Grayscale: #A5A5A5. Windows color (decimal): -12785070 or 5433916. OLE color: 5433916.

HSL color Cylindrical-coordinate representation of color #3CEA52: hue angle of 127.59º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEA52 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 82 -
CMYK 0.74 0 0.65 0.08
HSL 127.59º 0.81% 0.58% -
HSV(B) 127.59º 0.74% 0.92% -
XYZ 32.81 60.42 17.91 -
YUV 164.65 81.35 53.36 -
System Red Green Blue C M Y K H S L
Decimal 60 234 82 0.74 0 0.65 0.08 127.59 0.81 0.58
Hex 3C EA 52 4A 0 41 8 80 51 3A
Octal 74 352 122 112 0 101 10 200 121 72
Binary 111100 11101010 1010010 1001010 0 1000001 1000 10000000 1010001 111010

Color Harmonies of #3CEA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEA52

Black with #3CEA52

Text Example


Text Example

White with #3CEA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,234,82); }

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

background-color css

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

 a { background-color: rgb(60,234,82); }

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

border-color css

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

 span { border-color: rgb(60,234,82); }

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