Html Css Color HEX #3FD52C Lime Green

📋 copy color: '#3FD52C'

red 63 ◦ green 213 ◦ blue 44

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

Shades of Lime Green #3FD52C

Tints of Lime Green #3FD52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 19.69%
G = 66.56%
B = 13.75%

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

#3FD52C (or 0x3FD52C) is known color: Lime Green. HEX triplet: 3F, D5 and 2C. RGB value is (63,213,44). Sum of RGB (Red+Green+Blue) = 63+213+44=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 213 (83.59% from 255 or 66.56% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD52C is #C02AD3. Grayscale: #959595. Windows color (decimal): -12593876 or 2938175. OLE color: 2938175.

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

Color convert

RGB 63 213 44 -
CMYK 0.70 0 0.79 0.16
HSL 113.25º 0.67% 0.5% -
HSV(B) 113.25º 0.79% 0.84% -
XYZ 26.3 48.83 10.42 -
YUV 148.88 68.81 66.74 -
System Red Green Blue C M Y K H S L
Decimal 63 213 44 0.70 0 0.79 0.16 113.25 0.67 0.5
Hex 3F D5 2C 46 0 4F 10 71 43 32
Octal 77 325 54 106 0 117 20 161 103 62
Binary 111111 11010101 101100 1000110 0 1001111 10000 1110001 1000011 110010

Color Harmonies of #3FD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD52C

Black with #3FD52C

Text Example


Text Example

White with #3FD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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