Html Css Color HEX #3CEC52 Lime Green

📋 copy color: '#3CEC52'

red 60 ◦ green 236 ◦ blue 82

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

Shades of Lime Green #3CEC52

Tints of Lime Green #3CEC52

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.43%

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

R = 15.87%
G = 62.43%
B = 21.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#3CEC52 (or 0x3CEC52) is known color: Lime Green. HEX triplet: 3C, EC and 52. RGB value is (60,236,82). Sum of RGB (Red+Green+Blue) = 60+236+82=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEC52 is #C313AD. Grayscale: #A6A6A6. Windows color (decimal): -12784558 or 5434428. OLE color: 5434428.

HSL color Cylindrical-coordinate representation of color #3CEC52: hue angle of 127.5º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEC52 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 82 -
CMYK 0.75 0 0.65 0.07
HSL 127.5º 0.82% 0.58% -
HSV(B) 127.5º 0.75% 0.93% -
XYZ 33.38 61.56 18.11 -
YUV 165.82 80.69 52.52 -
System Red Green Blue C M Y K H S L
Decimal 60 236 82 0.75 0 0.65 0.07 127.5 0.82 0.58
Hex 3C EC 52 4B 0 41 7 80 52 3A
Octal 74 354 122 113 0 101 7 200 122 72
Binary 111100 11101100 1010010 1001011 0 1000001 111 10000000 1010010 111010

Color Harmonies of #3CEC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC52

Black with #3CEC52

Text Example


Text Example

White with #3CEC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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