Html Css Color HEX #2FDD18 Lime Green

📋 copy color: '#2FDD18'

red 47 ◦ green 221 ◦ blue 24

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

Shades of Lime Green #2FDD18

Tints of Lime Green #2FDD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 16.1%
G = 75.68%
B = 8.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#2FDD18 (or 0x2FDD18) is known color: Lime Green. HEX triplet: 2F, DD and 18. RGB value is (47,221,24). Sum of RGB (Red+Green+Blue) = 47+221+24=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDD18 is #D022E7. Grayscale: #939393. Windows color (decimal): -13640424 or 1629487. OLE color: 1629487.

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

Color convert

RGB 47 221 24 -
CMYK 0.79 0 0.89 0.13
HSL 112.99º 0.8% 0.48% -
HSV(B) 112.99º 0.89% 0.87% -
XYZ 27.19 52.38 9.54 -
YUV 146.52 58.85 57.02 -
System Red Green Blue C M Y K H S L
Decimal 47 221 24 0.79 0 0.89 0.13 112.99 0.8 0.48
Hex 2F DD 18 4F 0 59 D 71 50 30
Octal 57 335 30 117 0 131 15 161 120 60
Binary 101111 11011101 11000 1001111 0 1011001 1101 1110001 1010000 110000

Color Harmonies of #2FDD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD18

Black with #2FDD18

Text Example


Text Example

White with #2FDD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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