Html Css Color HEX #2FDD37 Lime Green

📋 copy color: '#2FDD37'

red 47 ◦ green 221 ◦ blue 55

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

Shades of Lime Green #2FDD37

Tints of Lime Green #2FDD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 14.55%
G = 68.42%
B = 17.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#2FDD37 (or 0x2FDD37) is known color: Lime Green. HEX triplet: 2F, DD and 37. RGB value is (47,221,55). Sum of RGB (Red+Green+Blue) = 47+221+55=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD37 is #D022C8. Grayscale: #969696. Windows color (decimal): -13640393 or 3661103. OLE color: 3661103.

HSL color Cylindrical-coordinate representation of color #2FDD37: hue angle of 122.76º 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 #2FDD37 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 55 -
CMYK 0.79 0 0.75 0.13
HSL 122.76º 0.72% 0.53% -
HSV(B) 122.76º 0.79% 0.87% -
XYZ 27.72 52.59 12.31 -
YUV 150.05 74.35 54.5 -
System Red Green Blue C M Y K H S L
Decimal 47 221 55 0.79 0 0.75 0.13 122.76 0.72 0.53
Hex 2F DD 37 4F 0 4B D 7B 48 35
Octal 57 335 67 117 0 113 15 173 110 65
Binary 101111 11011101 110111 1001111 0 1001011 1101 1111011 1001000 110101

Color Harmonies of #2FDD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD37

Black with #2FDD37

Text Example


Text Example

White with #2FDD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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