Html Css Color HEX #2FEA28 Lime Green

📋 copy color: '#2FEA28'

red 47 ◦ green 234 ◦ blue 40

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

Shades of Lime Green #2FEA28

Tints of Lime Green #2FEA28

RGB

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

 GREEN value IS 234 (91.8% from 255) = 72.9%

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

R = 14.64%
G = 72.9%
B = 12.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#2FEA28 (or 0x2FEA28) is known color: Lime Green. HEX triplet: 2F, EA and 28. RGB value is (47,234,40). Sum of RGB (Red+Green+Blue) = 47+234+40=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 234 (91.80% from 255 or 72.90% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA28 is #D015D7. Grayscale: #9C9C9C. Windows color (decimal): -13637080 or 2681391. OLE color: 2681391.

HSL color Cylindrical-coordinate representation of color #2FEA28: hue angle of 117.84º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FEA28 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 234 40 -
CMYK 0.80 0 0.83 0.08
HSL 117.84º 0.82% 0.54% -
HSV(B) 117.84º 0.83% 0.92% -
XYZ 30.98 59.6 11.88 -
YUV 155.97 62.55 50.27 -
System Red Green Blue C M Y K H S L
Decimal 47 234 40 0.80 0 0.83 0.08 117.84 0.82 0.54
Hex 2F EA 28 50 0 53 8 76 52 36
Octal 57 352 50 120 0 123 10 166 122 66
Binary 101111 11101010 101000 1010000 0 1010011 1000 1110110 1010010 110110

Color Harmonies of #2FEA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEA28

Black with #2FEA28

Text Example


Text Example

White with #2FEA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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