Html Css Color HEX #3FD225 Lime Green

📋 copy color: '#3FD225'

red 63 ◦ green 210 ◦ blue 37

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

Shades of Lime Green #3FD225

Tints of Lime Green #3FD225

RGB

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

 GREEN value IS 210 (82.42% from 255) = 67.74%

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 20.32%
G = 67.74%
B = 11.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#3FD225 (or 0x3FD225) is known color: Lime Green. HEX triplet: 3F, D2 and 25. RGB value is (63,210,37). Sum of RGB (Red+Green+Blue) = 63+210+37=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 210 (82.42% from 255 or 67.74% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD225 is #C02DDA. Grayscale: #929292. Windows color (decimal): -12594651 or 2478655. OLE color: 2478655.

HSL color Cylindrical-coordinate representation of color #3FD225: hue angle of 110.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FD225 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 210 37 -
CMYK 0.70 0 0.82 0.18
HSL 110.98º 0.7% 0.48% -
HSV(B) 110.98º 0.82% 0.82% -
XYZ 25.43 47.28 9.54 -
YUV 146.33 66.3 68.57 -
System Red Green Blue C M Y K H S L
Decimal 63 210 37 0.70 0 0.82 0.18 110.98 0.7 0.48
Hex 3F D2 25 46 0 52 12 6F 46 30
Octal 77 322 45 106 0 122 22 157 106 60
Binary 111111 11010010 100101 1000110 0 1010010 10010 1101111 1000110 110000

Color Harmonies of #3FD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD225

Black with #3FD225

Text Example


Text Example

White with #3FD225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,210,37); }

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

background-color css

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

 a { background-color: rgb(63,210,37); }

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

border-color css

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

 span { border-color: rgb(63,210,37); }

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