Html Css Color HEX #2FEF29 Lime Green

📋 copy color: '#2FEF29'

red 47 ◦ green 239 ◦ blue 41

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

Shades of Lime Green #2FEF29

Tints of Lime Green #2FEF29

RGB

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

 GREEN value IS 239 (93.75% from 255) = 73.09%

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 14.37%
G = 73.09%
B = 12.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#2FEF29 (or 0x2FEF29) is known color: Lime Green. HEX triplet: 2F, EF and 29. RGB value is (47,239,41). Sum of RGB (Red+Green+Blue) = 47+239+41=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 239 (93.75% from 255 or 73.09% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEF29 is #D010D6. Grayscale: #9F9F9F. Windows color (decimal): -13635799 or 2748207. OLE color: 2748207.

HSL color Cylindrical-coordinate representation of color #2FEF29: hue angle of 118.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FEF29 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 41 -
CMYK 0.80 0 0.83 0.06
HSL 118.18º 0.86% 0.55% -
HSV(B) 118.18º 0.83% 0.94% -
XYZ 32.44 62.5 12.45 -
YUV 159.02 61.39 48.1 -
System Red Green Blue C M Y K H S L
Decimal 47 239 41 0.80 0 0.83 0.06 118.18 0.86 0.55
Hex 2F EF 29 50 0 53 6 76 56 37
Octal 57 357 51 120 0 123 6 166 126 67
Binary 101111 11101111 101001 1010000 0 1010011 110 1110110 1010110 110111

Color Harmonies of #2FEF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEF29

Black with #2FEF29

Text Example


Text Example

White with #2FEF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,239,41); }

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

background-color css

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

 a { background-color: rgb(47,239,41); }

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

border-color css

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

 span { border-color: rgb(47,239,41); }

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