Html Css Color HEX #2FDD21 Lime Green

📋 copy color: '#2FDD21'

red 47 ◦ green 221 ◦ blue 33

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

Shades of Lime Green #2FDD21

Tints of Lime Green #2FDD21

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.42%

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

R = 15.61%
G = 73.42%
B = 10.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#2FDD21 (or 0x2FDD21) is known color: Lime Green. HEX triplet: 2F, DD and 21. RGB value is (47,221,33). Sum of RGB (Red+Green+Blue) = 47+221+33=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD21 is #D022DE. Grayscale: #949494. Windows color (decimal): -13640415 or 2219311. OLE color: 2219311.

HSL color Cylindrical-coordinate representation of color #2FDD21: hue angle of 115.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FDD21 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 33 -
CMYK 0.79 0 0.85 0.13
HSL 115.53º 0.74% 0.5% -
HSV(B) 115.53º 0.85% 0.87% -
XYZ 27.3 52.43 10.12 -
YUV 147.54 63.35 56.29 -
System Red Green Blue C M Y K H S L
Decimal 47 221 33 0.79 0 0.85 0.13 115.53 0.74 0.5
Hex 2F DD 21 4F 0 55 D 74 4A 32
Octal 57 335 41 117 0 125 15 164 112 62
Binary 101111 11011101 100001 1001111 0 1010101 1101 1110100 1001010 110010

Color Harmonies of #2FDD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD21

Black with #2FDD21

Text Example


Text Example

White with #2FDD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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