Html Css Color HEX #3CE124 Lime Green

📋 copy color: '#3CE124'

red 60 ◦ green 225 ◦ blue 36

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

Shades of Lime Green #3CE124

Tints of Lime Green #3CE124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.09%

 BLUE value IS 36 (14.45% from 255) = 11.21%

R = 18.69%
G = 70.09%
B = 11.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#3CE124 (or 0x3CE124) is known color: Lime Green. HEX triplet: 3C, E1 and 24. RGB value is (60,225,36). Sum of RGB (Red+Green+Blue) = 60+225+36=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE124 is #C31EDB. Grayscale: #9A9A9A. Windows color (decimal): -12787420 or 2416956. OLE color: 2416956.

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

Color convert

RGB 60 225 36 -
CMYK 0.73 0 0.84 0.12
HSL 112.38º 0.76% 0.51% -
HSV(B) 112.38º 0.84% 0.88% -
XYZ 29.11 54.94 10.74 -
YUV 154.12 61.34 60.87 -
System Red Green Blue C M Y K H S L
Decimal 60 225 36 0.73 0 0.84 0.12 112.38 0.76 0.51
Hex 3C E1 24 49 0 54 C 70 4C 33
Octal 74 341 44 111 0 124 14 160 114 63
Binary 111100 11100001 100100 1001001 0 1010100 1100 1110000 1001100 110011

Color Harmonies of #3CE124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE124

Black with #3CE124

Text Example


Text Example

White with #3CE124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,225,36); }

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

background-color css

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

 a { background-color: rgb(60,225,36); }

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

border-color css

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

 span { border-color: rgb(60,225,36); }

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