Html Css Color HEX #2FDC1E Lime Green

📋 copy color: '#2FDC1E'

red 47 ◦ green 220 ◦ blue 30

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

Shades of Lime Green #2FDC1E

Tints of Lime Green #2FDC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.07%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 15.82%
G = 74.07%
B = 10.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#2FDC1E (or 0x2FDC1E) is known color: Lime Green. HEX triplet: 2F, DC and 1E. RGB value is (47,220,30). Sum of RGB (Red+Green+Blue) = 47+220+30=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC1E is #D023E1. Grayscale: #939393. Windows color (decimal): -13640674 or 2022447. OLE color: 2022447.

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

Color convert

RGB 47 220 30 -
CMYK 0.79 0 0.86 0.14
HSL 114.63º 0.76% 0.49% -
HSV(B) 114.63º 0.86% 0.86% -
XYZ 27 51.88 9.82 -
YUV 146.61 62.19 56.95 -
System Red Green Blue C M Y K H S L
Decimal 47 220 30 0.79 0 0.86 0.14 114.63 0.76 0.49
Hex 2F DC 1E 4F 0 56 E 73 4C 31
Octal 57 334 36 117 0 126 16 163 114 61
Binary 101111 11011100 11110 1001111 0 1010110 1110 1110011 1001100 110001

Color Harmonies of #2FDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC1E

Black with #2FDC1E

Text Example


Text Example

White with #2FDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,220,30); }

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

background-color css

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

 a { background-color: rgb(47,220,30); }

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

border-color css

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

 span { border-color: rgb(47,220,30); }

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