Html Css Color HEX #3CF52F Lime Green

📋 copy color: '#3CF52F'

red 60 ◦ green 245 ◦ blue 47

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

Shades of Lime Green #3CF52F

Tints of Lime Green #3CF52F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 69.6%

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

R = 17.05%
G = 69.6%
B = 13.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#3CF52F (or 0x3CF52F) is known color: Lime Green. HEX triplet: 3C, F5 and 2F. RGB value is (60,245,47). Sum of RGB (Red+Green+Blue) = 60+245+47=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 245 (96.09% from 255 or 69.60% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF52F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF52F is #C30AD0. Grayscale: #A7A7A7. Windows color (decimal): -12782289 or 3142972. OLE color: 3142972.

HSL color Cylindrical-coordinate representation of color #3CF52F: hue angle of 116.06º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CF52F is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 245 47 -
CMYK 0.76 0 0.81 0.04
HSL 116.06º 0.91% 0.57% -
HSV(B) 116.06º 0.81% 0.96% -
XYZ 35.03 66.47 13.67 -
YUV 167.11 60.21 51.6 -
System Red Green Blue C M Y K H S L
Decimal 60 245 47 0.76 0 0.81 0.04 116.06 0.91 0.57
Hex 3C F5 2F 4C 0 51 4 74 5B 39
Octal 74 365 57 114 0 121 4 164 133 71
Binary 111100 11110101 101111 1001100 0 1010001 100 1110100 1011011 111001

Color Harmonies of #3CF52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF52F

Black with #3CF52F

Text Example


Text Example

White with #3CF52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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