Html Css Color HEX #3DFC2F Lime Green

📋 copy color: '#3DFC2F'

red 61 ◦ green 252 ◦ blue 47

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

Shades of Lime Green #3DFC2F

Tints of Lime Green #3DFC2F

RGB

 RED value IS 61 (24.22% from 255) = 16.94%

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

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

R = 16.94%
G = 70%
B = 13.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#3DFC2F (or 0x3DFC2F) is known color: Lime Green. HEX triplet: 3D, FC and 2F. RGB value is (61,252,47). Sum of RGB (Red+Green+Blue) = 61+252+47=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 252 (98.83% from 255 or 70% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFC2F is #C203D0. Grayscale: #ACACAC. Windows color (decimal): -12714961 or 3144765. OLE color: 3144765.

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

Color convert

RGB 61 252 47 -
CMYK 0.76 0 0.81 0.01
HSL 115.9º 0.97% 0.59% -
HSV(B) 115.9º 0.81% 0.99% -
XYZ 37.25 70.82 14.4 -
YUV 171.52 57.72 49.17 -
System Red Green Blue C M Y K H S L
Decimal 61 252 47 0.76 0 0.81 0.01 115.9 0.97 0.59
Hex 3D FC 2F 4C 0 51 1 74 61 3B
Octal 75 374 57 114 0 121 1 164 141 73
Binary 111101 11111100 101111 1001100 0 1010001 1 1110100 1100001 111011

Color Harmonies of #3DFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFC2F

Black with #3DFC2F

Text Example


Text Example

White with #3DFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,252,47); }

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

background-color css

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

 a { background-color: rgb(61,252,47); }

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

border-color css

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

 span { border-color: rgb(61,252,47); }

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