Html Css Color HEX #2FD153 Lime Green

📋 copy color: '#2FD153'

red 47 ◦ green 209 ◦ blue 83

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

Shades of Lime Green #2FD153

Tints of Lime Green #2FD153

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.65%

 BLUE value IS 83 (32.81% from 255) = 24.48%

R = 13.86%
G = 61.65%
B = 24.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#2FD153 (or 0x2FD153) is known color: Lime Green. HEX triplet: 2F, D1 and 53. RGB value is (47,209,83). Sum of RGB (Red+Green+Blue) = 47+209+83=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD153 is #D02EAC. Grayscale: #929292. Windows color (decimal): -13643437 or 5493039. OLE color: 5493039.

HSL color Cylindrical-coordinate representation of color #2FD153: hue angle of 133.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD153 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 209 83 -
CMYK 0.78 0 0.60 0.18
HSL 133.33º 0.64% 0.5% -
HSV(B) 133.33º 0.78% 0.82% -
XYZ 25.53 46.83 15.88 -
YUV 146.2 92.33 57.25 -
System Red Green Blue C M Y K H S L
Decimal 47 209 83 0.78 0 0.60 0.18 133.33 0.64 0.5
Hex 2F D1 53 4E 0 3C 12 85 40 32
Octal 57 321 123 116 0 74 22 205 100 62
Binary 101111 11010001 1010011 1001110 0 111100 10010 10000101 1000000 110010

Color Harmonies of #2FD153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD153

Black with #2FD153

Text Example


Text Example

White with #2FD153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,209,83); }

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

background-color css

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

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

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

border-color css

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

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

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