Html Css Color HEX #3CC52F Lime Green

📋 copy color: '#3CC52F'

red 60 ◦ green 197 ◦ blue 47

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

Shades of Lime Green #3CC52F

Tints of Lime Green #3CC52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 64.8%

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 19.74%
G = 64.8%
B = 15.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#3CC52F (or 0x3CC52F) is known color: Lime Green. HEX triplet: 3C, C5 and 2F. RGB value is (60,197,47). Sum of RGB (Red+Green+Blue) = 60+197+47=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 197 (77.34% from 255 or 64.80% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC52F is #C33AD0. Grayscale: #8B8B8B. Windows color (decimal): -12794577 or 3130684. OLE color: 3130684.

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

Color convert

RGB 60 197 47 -
CMYK 0.70 0 0.76 0.23
HSL 114.8º 0.61% 0.48% -
HSV(B) 114.8º 0.76% 0.77% -
XYZ 22.34 41.1 9.44 -
YUV 138.94 76.11 71.7 -
System Red Green Blue C M Y K H S L
Decimal 60 197 47 0.70 0 0.76 0.23 114.8 0.61 0.48
Hex 3C C5 2F 46 0 4C 17 73 3D 30
Octal 74 305 57 106 0 114 27 163 75 60
Binary 111100 11000101 101111 1000110 0 1001100 10111 1110011 111101 110000

Color Harmonies of #3CC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC52F

Black with #3CC52F

Text Example


Text Example

White with #3CC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,197,47); }

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

background-color css

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

 a { background-color: rgb(60,197,47); }

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

border-color css

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

 span { border-color: rgb(60,197,47); }

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