Html Css Color HEX #2FDD3C Lime Green

📋 copy color: '#2FDD3C'

red 47 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #2FDD3C

Tints of Lime Green #2FDD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 14.33%
G = 67.38%
B = 18.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#2FDD3C (or 0x2FDD3C) is known color: Lime Green. HEX triplet: 2F, DD and 3C. RGB value is (47,221,60). Sum of RGB (Red+Green+Blue) = 47+221+60=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD3C is #D022C3. Grayscale: #979797. Windows color (decimal): -13640388 or 3988783. OLE color: 3988783.

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

Color convert

RGB 47 221 60 -
CMYK 0.79 0 0.73 0.13
HSL 124.48º 0.72% 0.53% -
HSV(B) 124.48º 0.79% 0.87% -
XYZ 27.84 52.64 12.97 -
YUV 150.62 76.85 54.09 -
System Red Green Blue C M Y K H S L
Decimal 47 221 60 0.79 0 0.73 0.13 124.48 0.72 0.53
Hex 2F DD 3C 4F 0 49 D 7C 48 35
Octal 57 335 74 117 0 111 15 174 110 65
Binary 101111 11011101 111100 1001111 0 1001001 1101 1111100 1001000 110101

Color Harmonies of #2FDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD3C

Black with #2FDD3C

Text Example


Text Example

White with #2FDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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