Html Css Color HEX #2FDD2D Lime Green

📋 copy color: '#2FDD2D'

red 47 ◦ green 221 ◦ blue 45

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

Shades of Lime Green #2FDD2D

Tints of Lime Green #2FDD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 15.02%
G = 70.61%
B = 14.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#2FDD2D (or 0x2FDD2D) is known color: Lime Green. HEX triplet: 2F, DD and 2D. RGB value is (47,221,45). Sum of RGB (Red+Green+Blue) = 47+221+45=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD2D is #D022D2. Grayscale: #959595. Windows color (decimal): -13640403 or 3005743. OLE color: 3005743.

HSL color Cylindrical-coordinate representation of color #2FDD2D: hue angle of 119.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDD2D is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 45 -
CMYK 0.79 0 0.80 0.13
HSL 119.32º 0.72% 0.52% -
HSV(B) 119.32º 0.8% 0.87% -
XYZ 27.5 52.51 11.17 -
YUV 148.91 69.35 55.31 -
System Red Green Blue C M Y K H S L
Decimal 47 221 45 0.79 0 0.80 0.13 119.32 0.72 0.52
Hex 2F DD 2D 4F 0 50 D 77 48 34
Octal 57 335 55 117 0 120 15 167 110 64
Binary 101111 11011101 101101 1001111 0 1010000 1101 1110111 1001000 110100

Color Harmonies of #2FDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD2D

Black with #2FDD2D

Text Example


Text Example

White with #2FDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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