Html Css Color HEX #2FEB44 Lime Green

📋 copy color: '#2FEB44'

red 47 ◦ green 235 ◦ blue 68

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

Shades of Lime Green #2FEB44

Tints of Lime Green #2FEB44

RGB

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

 GREEN value IS 235 (92.19% from 255) = 67.14%

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 13.43%
G = 67.14%
B = 19.43%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#2FEB44 (or 0x2FEB44) is known color: Lime Green. HEX triplet: 2F, EB and 44. RGB value is (47,235,68). Sum of RGB (Red+Green+Blue) = 47+235+68=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 235 (92.19% from 255 or 67.14% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB44 is #D014BB. Grayscale: #A0A0A0. Windows color (decimal): -13636796 or 4516655. OLE color: 4516655.

HSL color Cylindrical-coordinate representation of color #2FEB44: hue angle of 126.7º 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 #2FEB44 is Cyan = 0.8, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 68 -
CMYK 0.8 0 0.71 0.08
HSL 126.7º 0.82% 0.55% -
HSV(B) 126.7º 0.8% 0.92% -
XYZ 31.92 60.44 15.45 -
YUV 159.75 76.22 47.58 -
System Red Green Blue C M Y K H S L
Decimal 47 235 68 0.8 0 0.71 0.08 126.7 0.82 0.55
Hex 2F EB 44 50 0 47 8 7F 52 37
Octal 57 353 104 120 0 107 10 177 122 67
Binary 101111 11101011 1000100 1010000 0 1000111 1000 1111111 1010010 110111

Color Harmonies of #2FEB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB44

Black with #2FEB44

Text Example


Text Example

White with #2FEB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,68); }

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

background-color css

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

 a { background-color: rgb(47,235,68); }

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

border-color css

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

 span { border-color: rgb(47,235,68); }

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