Html Css Color HEX #3FD825 Lime Green

📋 copy color: '#3FD825'

red 63 ◦ green 216 ◦ blue 37

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

Shades of Lime Green #3FD825

Tints of Lime Green #3FD825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.35%

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

R = 19.94%
G = 68.35%
B = 11.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#3FD825 (or 0x3FD825) is known color: Lime Green. HEX triplet: 3F, D8 and 25. RGB value is (63,216,37). Sum of RGB (Red+Green+Blue) = 63+216+37=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD825 is #C027DA. Grayscale: #969696. Windows color (decimal): -12593115 or 2480191. OLE color: 2480191.

HSL color Cylindrical-coordinate representation of color #3FD825: hue angle of 111.28º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FD825 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 216 37 -
CMYK 0.71 0 0.83 0.15
HSL 111.28º 0.71% 0.5% -
HSV(B) 111.28º 0.83% 0.85% -
XYZ 26.94 50.3 10.04 -
YUV 149.85 64.31 66.05 -
System Red Green Blue C M Y K H S L
Decimal 63 216 37 0.71 0 0.83 0.15 111.28 0.71 0.5
Hex 3F D8 25 47 0 53 F 6F 47 32
Octal 77 330 45 107 0 123 17 157 107 62
Binary 111111 11011000 100101 1000111 0 1010011 1111 1101111 1000111 110010

Color Harmonies of #3FD825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD825

Black with #3FD825

Text Example


Text Example

White with #3FD825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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