Html Css Color HEX #3DF52F Lime Green

📋 copy color: '#3DF52F'

red 61 ◦ green 245 ◦ blue 47

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

Shades of Lime Green #3DF52F

Tints of Lime Green #3DF52F

RGB

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

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

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

R = 17.28%
G = 69.41%
B = 13.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#3DF52F (or 0x3DF52F) is known color: Lime Green. HEX triplet: 3D, F5 and 2F. RGB value is (61,245,47). Sum of RGB (Red+Green+Blue) = 61+245+47=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 245 (96.09% from 255 or 69.41% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF52F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF52F is #C20AD0. Grayscale: #A8A8A8. Windows color (decimal): -12716753 or 3142973. OLE color: 3142973.

HSL color Cylindrical-coordinate representation of color #3DF52F: hue angle of 115.76º 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 #3DF52F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 245 47 -
CMYK 0.75 0 0.81 0.04
HSL 115.76º 0.91% 0.57% -
HSV(B) 115.76º 0.81% 0.96% -
XYZ 35.09 66.5 13.68 -
YUV 167.41 60.04 52.1 -
System Red Green Blue C M Y K H S L
Decimal 61 245 47 0.75 0 0.81 0.04 115.76 0.91 0.57
Hex 3D F5 2F 4B 0 51 4 74 5B 39
Octal 75 365 57 113 0 121 4 164 133 71
Binary 111101 11110101 101111 1001011 0 1010001 100 1110100 1011011 111001

Color Harmonies of #3DF52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF52F

Black with #3DF52F

Text Example


Text Example

White with #3DF52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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