Html Css Color HEX #2FD512 Lime Green

📋 copy color: '#2FD512'

red 47 ◦ green 213 ◦ blue 18

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

Shades of Lime Green #2FD512

Tints of Lime Green #2FD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 76.62%

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 16.91%
G = 76.62%
B = 6.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#2FD512 (or 0x2FD512) is known color: Lime Green. HEX triplet: 2F, D5 and 12. RGB value is (47,213,18). Sum of RGB (Red+Green+Blue) = 47+213+18=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD512 is #D02AED. Grayscale: #8D8D8D. Windows color (decimal): -13642478 or 1234223. OLE color: 1234223.

HSL color Cylindrical-coordinate representation of color #2FD512: hue angle of 111.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FD512 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 18 -
CMYK 0.78 0 0.92 0.16
HSL 111.08º 0.84% 0.45% -
HSV(B) 111.08º 0.92% 0.84% -
XYZ 25.08 48.24 8.56 -
YUV 141.14 58.5 60.86 -
System Red Green Blue C M Y K H S L
Decimal 47 213 18 0.78 0 0.92 0.16 111.08 0.84 0.45
Hex 2F D5 12 4E 0 5C 10 6F 54 2D
Octal 57 325 22 116 0 134 20 157 124 55
Binary 101111 11010101 10010 1001110 0 1011100 10000 1101111 1010100 101101

Color Harmonies of #2FD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD512

Black with #2FD512

Text Example


Text Example

White with #2FD512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,18); }

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

background-color css

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

 a { background-color: rgb(47,213,18); }

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

border-color css

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

 span { border-color: rgb(47,213,18); }

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