Html Css Color HEX #2FEF34 Lime Green

📋 copy color: '#2FEF34'

red 47 ◦ green 239 ◦ blue 52

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

Shades of Lime Green #2FEF34

Tints of Lime Green #2FEF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.38%

R = 13.91%
G = 70.71%
B = 15.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#2FEF34 (or 0x2FEF34) is known color: Lime Green. HEX triplet: 2F, EF and 34. RGB value is (47,239,52). Sum of RGB (Red+Green+Blue) = 47+239+52=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 239 (93.75% from 255 or 70.71% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEF34 is #D010CB. Grayscale: #A0A0A0. Windows color (decimal): -13635788 or 3469103. OLE color: 3469103.

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

Color convert

RGB 47 239 52 -
CMYK 0.80 0 0.78 0.06
HSL 121.56º 0.86% 0.56% -
HSV(B) 121.56º 0.8% 0.94% -
XYZ 32.66 62.59 13.61 -
YUV 160.27 66.89 47.21 -
System Red Green Blue C M Y K H S L
Decimal 47 239 52 0.80 0 0.78 0.06 121.56 0.86 0.56
Hex 2F EF 34 50 0 4E 6 7A 56 38
Octal 57 357 64 120 0 116 6 172 126 70
Binary 101111 11101111 110100 1010000 0 1001110 110 1111010 1010110 111000

Color Harmonies of #2FEF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEF34

Black with #2FEF34

Text Example


Text Example

White with #2FEF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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