Html Css Color HEX #3FDA28 Lime Green

📋 copy color: '#3FDA28'

red 63 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #3FDA28

Tints of Lime Green #3FDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 67.91%

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 19.63%
G = 67.91%
B = 12.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#3FDA28 (or 0x3FDA28) is known color: Lime Green. HEX triplet: 3F, DA and 28. RGB value is (63,218,40). Sum of RGB (Red+Green+Blue) = 63+218+40=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 218 (85.55% from 255 or 67.91% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDA28 is #C025D7. Grayscale: #979797. Windows color (decimal): -12592600 or 2677311. OLE color: 2677311.

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

Color convert

RGB 63 218 40 -
CMYK 0.71 0 0.82 0.15
HSL 112.25º 0.71% 0.51% -
HSV(B) 112.25º 0.82% 0.85% -
XYZ 27.5 51.35 10.47 -
YUV 151.36 65.15 64.97 -
System Red Green Blue C M Y K H S L
Decimal 63 218 40 0.71 0 0.82 0.15 112.25 0.71 0.51
Hex 3F DA 28 47 0 52 F 70 47 33
Octal 77 332 50 107 0 122 17 160 107 63
Binary 111111 11011010 101000 1000111 0 1010010 1111 1110000 1000111 110011

Color Harmonies of #3FDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDA28

Black with #3FDA28

Text Example


Text Example

White with #3FDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,218,40); }

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

background-color css

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

 a { background-color: rgb(63,218,40); }

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

border-color css

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

 span { border-color: rgb(63,218,40); }

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