Html Css Color HEX #2FDD1F Lime Green

📋 copy color: '#2FDD1F'

red 47 ◦ green 221 ◦ blue 31

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

Shades of Lime Green #2FDD1F

Tints of Lime Green #2FDD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.37%

R = 15.72%
G = 73.91%
B = 10.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#2FDD1F (or 0x2FDD1F) is known color: Lime Green. HEX triplet: 2F, DD and 1F. RGB value is (47,221,31). Sum of RGB (Red+Green+Blue) = 47+221+31=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 221 (86.72% from 255 or 73.91% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD1F is #D022E0. Grayscale: #939393. Windows color (decimal): -13640417 or 2088239. OLE color: 2088239.

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

Color convert

RGB 47 221 31 -
CMYK 0.79 0 0.86 0.13
HSL 114.95º 0.75% 0.49% -
HSV(B) 114.95º 0.86% 0.87% -
XYZ 27.28 52.42 9.98 -
YUV 147.31 62.35 56.45 -
System Red Green Blue C M Y K H S L
Decimal 47 221 31 0.79 0 0.86 0.13 114.95 0.75 0.49
Hex 2F DD 1F 4F 0 56 D 73 4B 31
Octal 57 335 37 117 0 126 15 163 113 61
Binary 101111 11011101 11111 1001111 0 1010110 1101 1110011 1001011 110001

Color Harmonies of #2FDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD1F

Black with #2FDD1F

Text Example


Text Example

White with #2FDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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