Html Css Color HEX #2FEB2F Lime Green

📋 copy color: '#2FEB2F'

red 47 ◦ green 235 ◦ blue 47

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

Shades of Lime Green #2FEB2F

Tints of Lime Green #2FEB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 14.29%
G = 71.43%
B = 14.29%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#2FEB2F (or 0x2FEB2F) is known color: Lime Green. HEX triplet: 2F, EB and 2F. RGB value is (47,235,47). Sum of RGB (Red+Green+Blue) = 47+235+47=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 235 (92.19% from 255 or 71.43% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB2F is #D014D0. Grayscale: #9D9D9D. Windows color (decimal): -13636817 or 3140399. OLE color: 3140399.

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

Color convert

RGB 47 235 47 -
CMYK 0.8 0 0.8 0.08
HSL 120º 0.82% 0.55% -
HSV(B) 120º 0.8% 0.92% -
XYZ 31.39 60.23 12.66 -
YUV 157.36 65.72 49.29 -
System Red Green Blue C M Y K H S L
Decimal 47 235 47 0.8 0 0.8 0.08 120 0.82 0.55
Hex 2F EB 2F 50 0 50 8 78 52 37
Octal 57 353 57 120 0 120 10 170 122 67
Binary 101111 11101011 101111 1010000 0 1010000 1000 1111000 1010010 110111

Color Harmonies of #2FEB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB2F

Black with #2FEB2F

Text Example


Text Example

White with #2FEB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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