Html Css Color HEX #2FD121 Lime Green

📋 copy color: '#2FD121'

red 47 ◦ green 209 ◦ blue 33

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

Shades of Lime Green #2FD121

Tints of Lime Green #2FD121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.42%

R = 16.26%
G = 72.32%
B = 11.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#2FD121 (or 0x2FD121) is known color: Lime Green. HEX triplet: 2F, D1 and 21. RGB value is (47,209,33). Sum of RGB (Red+Green+Blue) = 47+209+33=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD121 is #D02EDE. Grayscale: #8D8D8D. Windows color (decimal): -13643487 or 2216239. OLE color: 2216239.

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

Color convert

RGB 47 209 33 -
CMYK 0.78 0 0.84 0.18
HSL 115.23º 0.73% 0.47% -
HSV(B) 115.23º 0.84% 0.82% -
XYZ 24.25 46.32 9.1 -
YUV 140.5 67.33 61.31 -
System Red Green Blue C M Y K H S L
Decimal 47 209 33 0.78 0 0.84 0.18 115.23 0.73 0.47
Hex 2F D1 21 4E 0 54 12 73 49 2F
Octal 57 321 41 116 0 124 22 163 111 57
Binary 101111 11010001 100001 1001110 0 1010100 10010 1110011 1001001 101111

Color Harmonies of #2FD121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD121

Black with #2FD121

Text Example


Text Example

White with #2FD121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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