Html Css Color HEX #3FDD34 Lime Green

📋 copy color: '#3FDD34'

red 63 ◦ green 221 ◦ blue 52

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

Shades of Lime Green #3FDD34

Tints of Lime Green #3FDD34

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.77%

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 18.75%
G = 65.77%
B = 15.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#3FDD34 (or 0x3FDD34) is known color: Lime Green. HEX triplet: 3F, DD and 34. RGB value is (63,221,52). Sum of RGB (Red+Green+Blue) = 63+221+52=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD34 is #C022CB. Grayscale: #9B9B9B. Windows color (decimal): -12591820 or 3464511. OLE color: 3464511.

HSL color Cylindrical-coordinate representation of color #3FDD34: hue angle of 116.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FDD34 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 221 52 -
CMYK 0.71 0 0.76 0.13
HSL 116.09º 0.71% 0.54% -
HSV(B) 116.09º 0.76% 0.87% -
XYZ 28.53 53.02 11.98 -
YUV 154.49 70.15 62.74 -
System Red Green Blue C M Y K H S L
Decimal 63 221 52 0.71 0 0.76 0.13 116.09 0.71 0.54
Hex 3F DD 34 47 0 4C D 74 47 36
Octal 77 335 64 107 0 114 15 164 107 66
Binary 111111 11011101 110100 1000111 0 1001100 1101 1110100 1000111 110110

Color Harmonies of #3FDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDD34

Black with #3FDD34

Text Example


Text Example

White with #3FDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,221,52); }

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

background-color css

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

 a { background-color: rgb(63,221,52); }

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

border-color css

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

 span { border-color: rgb(63,221,52); }

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