Html Css Color HEX #3CE01C Lime Green

📋 copy color: '#3CE01C'

red 60 ◦ green 224 ◦ blue 28

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

Shades of Lime Green #3CE01C

Tints of Lime Green #3CE01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 19.23%
G = 71.79%
B = 8.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#3CE01C (or 0x3CE01C) is known color: Lime Green. HEX triplet: 3C, E0 and 1C. RGB value is (60,224,28). Sum of RGB (Red+Green+Blue) = 60+224+28=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE01C is #C31FE3. Grayscale: #999999. Windows color (decimal): -12787684 or 1892412. OLE color: 1892412.

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

Color convert

RGB 60 224 28 -
CMYK 0.73 0 0.88 0.12
HSL 110.2º 0.78% 0.49% -
HSV(B) 110.2º 0.88% 0.88% -
XYZ 28.73 54.36 10.08 -
YUV 152.62 57.67 61.94 -
System Red Green Blue C M Y K H S L
Decimal 60 224 28 0.73 0 0.88 0.12 110.2 0.78 0.49
Hex 3C E0 1C 49 0 58 C 6E 4E 31
Octal 74 340 34 111 0 130 14 156 116 61
Binary 111100 11100000 11100 1001001 0 1011000 1100 1101110 1001110 110001

Color Harmonies of #3CE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE01C

Black with #3CE01C

Text Example


Text Example

White with #3CE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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