Html Css Color HEX #3CFC3A Lime Green

📋 copy color: '#3CFC3A'

red 60 ◦ green 252 ◦ blue 58

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

Shades of Lime Green #3CFC3A

Tints of Lime Green #3CFC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.68%

R = 16.22%
G = 68.11%
B = 15.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#3CFC3A (or 0x3CFC3A) is known color: Lime Green. HEX triplet: 3C, FC and 3A. RGB value is (60,252,58). Sum of RGB (Red+Green+Blue) = 60+252+58=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 252 (98.83% from 255 or 68.11% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC3A is #C303C5. Grayscale: #ADADAD. Windows color (decimal): -12780486 or 3865660. OLE color: 3865660.

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

Color convert

RGB 60 252 58 -
CMYK 0.76 0 0.77 0.01
HSL 119.38º 0.97% 0.61% -
HSV(B) 119.38º 0.77% 0.99% -
XYZ 37.44 70.89 15.71 -
YUV 172.48 63.39 47.77 -
System Red Green Blue C M Y K H S L
Decimal 60 252 58 0.76 0 0.77 0.01 119.38 0.97 0.61
Hex 3C FC 3A 4C 0 4D 1 77 61 3D
Octal 74 374 72 114 0 115 1 167 141 75
Binary 111100 11111100 111010 1001100 0 1001101 1 1110111 1100001 111101

Color Harmonies of #3CFC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC3A

Black with #3CFC3A

Text Example


Text Example

White with #3CFC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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