Html Css Color HEX #2FDA28 Lime Green

📋 copy color: '#2FDA28'

red 47 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #2FDA28

Tints of Lime Green #2FDA28

RGB

 RED value IS 47 (18.75% from 255) = 15.41%

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

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

R = 15.41%
G = 71.48%
B = 13.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#2FDA28 (or 0x2FDA28) is known color: Lime Green. HEX triplet: 2F, DA and 28. RGB value is (47,218,40). Sum of RGB (Red+Green+Blue) = 47+218+40=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 218 (85.55% from 255 or 71.48% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA28 is #D025D7. Grayscale: #939393. Windows color (decimal): -13641176 or 2677295. OLE color: 2677295.

HSL color Cylindrical-coordinate representation of color #2FDA28: hue angle of 117.64º 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 #2FDA28 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 218 40 -
CMYK 0.78 0 0.82 0.15
HSL 117.64º 0.71% 0.51% -
HSV(B) 117.64º 0.82% 0.85% -
XYZ 26.63 50.9 10.43 -
YUV 146.58 67.85 56.97 -
System Red Green Blue C M Y K H S L
Decimal 47 218 40 0.78 0 0.82 0.15 117.64 0.71 0.51
Hex 2F DA 28 4E 0 52 F 76 47 33
Octal 57 332 50 116 0 122 17 166 107 63
Binary 101111 11011010 101000 1001110 0 1010010 1111 1110110 1000111 110011

Color Harmonies of #2FDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA28

Black with #2FDA28

Text Example


Text Example

White with #2FDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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