Html Css Color HEX #3FD52D Lime Green

📋 copy color: '#3FD52D'

red 63 ◦ green 213 ◦ blue 45

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

Shades of Lime Green #3FD52D

Tints of Lime Green #3FD52D

RGB

 RED value IS 63 (25% from 255) = 19.63%

 GREEN value IS 213 (83.59% from 255) = 66.36%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 19.63%
G = 66.36%
B = 14.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#3FD52D (or 0x3FD52D) is known color: Lime Green. HEX triplet: 3F, D5 and 2D. RGB value is (63,213,45). Sum of RGB (Red+Green+Blue) = 63+213+45=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD52D is #C02AD2. Grayscale: #959595. Windows color (decimal): -12593875 or 3003711. OLE color: 3003711.

HSL color Cylindrical-coordinate representation of color #3FD52D: hue angle of 113.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FD52D is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 213 45 -
CMYK 0.70 0 0.79 0.16
HSL 113.57º 0.67% 0.51% -
HSV(B) 113.57º 0.79% 0.84% -
XYZ 26.32 48.83 10.52 -
YUV 149 69.31 66.66 -
System Red Green Blue C M Y K H S L
Decimal 63 213 45 0.70 0 0.79 0.16 113.57 0.67 0.51
Hex 3F D5 2D 46 0 4F 10 72 43 33
Octal 77 325 55 106 0 117 20 162 103 63
Binary 111111 11010101 101101 1000110 0 1001111 10000 1110010 1000011 110011

Color Harmonies of #3FD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD52D

Black with #3FD52D

Text Example


Text Example

White with #3FD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,213,45); }

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

background-color css

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

 a { background-color: rgb(63,213,45); }

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

border-color css

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

 span { border-color: rgb(63,213,45); }

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