Html Css Color HEX #2FEA45 Lime Green

📋 copy color: '#2FEA45'

red 47 ◦ green 234 ◦ blue 69

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

Shades of Lime Green #2FEA45

Tints of Lime Green #2FEA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 13.43%
G = 66.86%
B = 19.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#2FEA45 (or 0x2FEA45) is known color: Lime Green. HEX triplet: 2F, EA and 45. RGB value is (47,234,69). Sum of RGB (Red+Green+Blue) = 47+234+69=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA45 is #D015BA. Grayscale: #9F9F9F. Windows color (decimal): -13637051 or 4581935. OLE color: 4581935.

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

Color convert

RGB 47 234 69 -
CMYK 0.80 0 0.71 0.08
HSL 127.06º 0.82% 0.55% -
HSV(B) 127.06º 0.8% 0.92% -
XYZ 31.67 59.88 15.52 -
YUV 159.28 77.05 47.92 -
System Red Green Blue C M Y K H S L
Decimal 47 234 69 0.80 0 0.71 0.08 127.06 0.82 0.55
Hex 2F EA 45 50 0 47 8 7F 52 37
Octal 57 352 105 120 0 107 10 177 122 67
Binary 101111 11101010 1000101 1010000 0 1000111 1000 1111111 1010010 110111

Color Harmonies of #2FEA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEA45

Black with #2FEA45

Text Example


Text Example

White with #2FEA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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