Html Css Color HEX #3CFC36 Lime Green

📋 copy color: '#3CFC36'

red 60 ◦ green 252 ◦ blue 54

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

Shades of Lime Green #3CFC36

Tints of Lime Green #3CFC36

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.85%

 BLUE value IS 54 (21.48% from 255) = 14.75%

R = 16.39%
G = 68.85%
B = 14.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#3CFC36 (or 0x3CFC36) is known color: Lime Green. HEX triplet: 3C, FC and 36. RGB value is (60,252,54). Sum of RGB (Red+Green+Blue) = 60+252+54=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC36 is #C303C9. Grayscale: #ACACAC. Windows color (decimal): -12780490 or 3603516. OLE color: 3603516.

HSL color Cylindrical-coordinate representation of color #3CFC36: hue angle of 118.18º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CFC36 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 54 -
CMYK 0.76 0 0.79 0.01
HSL 118.18º 0.97% 0.6% -
HSV(B) 118.18º 0.79% 0.99% -
XYZ 37.34 70.85 15.2 -
YUV 172.02 61.39 48.1 -
System Red Green Blue C M Y K H S L
Decimal 60 252 54 0.76 0 0.79 0.01 118.18 0.97 0.6
Hex 3C FC 36 4C 0 4F 1 76 61 3C
Octal 74 374 66 114 0 117 1 166 141 74
Binary 111100 11111100 110110 1001100 0 1001111 1 1110110 1100001 111100

Color Harmonies of #3CFC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC36

Black with #3CFC36

Text Example


Text Example

White with #3CFC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,252,54); }

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

background-color css

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

 a { background-color: rgb(60,252,54); }

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

border-color css

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

 span { border-color: rgb(60,252,54); }

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