Html Css Color HEX #3CEC25 Lime Green

📋 copy color: '#3CEC25'

red 60 ◦ green 236 ◦ blue 37

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

Shades of Lime Green #3CEC25

Tints of Lime Green #3CEC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 18.02%
G = 70.87%
B = 11.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#3CEC25 (or 0x3CEC25) is known color: Lime Green. HEX triplet: 3C, EC and 25. RGB value is (60,236,37). Sum of RGB (Red+Green+Blue) = 60+236+37=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEC25 is #C313DA. Grayscale: #A1A1A1. Windows color (decimal): -12784603 or 2485308. OLE color: 2485308.

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

Color convert

RGB 60 236 37 -
CMYK 0.75 0 0.84 0.07
HSL 113.07º 0.84% 0.54% -
HSV(B) 113.07º 0.84% 0.93% -
XYZ 32.19 61.09 11.84 -
YUV 160.69 58.19 56.18 -
System Red Green Blue C M Y K H S L
Decimal 60 236 37 0.75 0 0.84 0.07 113.07 0.84 0.54
Hex 3C EC 25 4B 0 54 7 71 54 36
Octal 74 354 45 113 0 124 7 161 124 66
Binary 111100 11101100 100101 1001011 0 1010100 111 1110001 1010100 110110

Color Harmonies of #3CEC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC25

Black with #3CEC25

Text Example


Text Example

White with #3CEC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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