Html Css Color HEX #2FDD2E Lime Green

📋 copy color: '#2FDD2E'

red 47 ◦ green 221 ◦ blue 46

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

Shades of Lime Green #2FDD2E

Tints of Lime Green #2FDD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 14.97%
G = 70.38%
B = 14.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#2FDD2E (or 0x2FDD2E) is known color: Lime Green. HEX triplet: 2F, DD and 2E. RGB value is (47,221,46). Sum of RGB (Red+Green+Blue) = 47+221+46=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD2E is #D022D1. Grayscale: #959595. Windows color (decimal): -13640402 or 3071279. OLE color: 3071279.

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

Color convert

RGB 47 221 46 -
CMYK 0.79 0 0.79 0.13
HSL 119.66º 0.72% 0.52% -
HSV(B) 119.66º 0.79% 0.87% -
XYZ 27.52 52.51 11.27 -
YUV 149.02 69.85 55.23 -
System Red Green Blue C M Y K H S L
Decimal 47 221 46 0.79 0 0.79 0.13 119.66 0.72 0.52
Hex 2F DD 2E 4F 0 4F D 78 48 34
Octal 57 335 56 117 0 117 15 170 110 64
Binary 101111 11011101 101110 1001111 0 1001111 1101 1111000 1001000 110100

Color Harmonies of #2FDD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD2E

Black with #2FDD2E

Text Example


Text Example

White with #2FDD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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