Html Css Color HEX #2FD812 Lime Green

📋 copy color: '#2FD812'

red 47 ◦ green 216 ◦ blue 18

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

Shades of Lime Green #2FD812

Tints of Lime Green #2FD812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.87%

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

R = 16.73%
G = 76.87%
B = 6.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#2FD812 (or 0x2FD812) is known color: Lime Green. HEX triplet: 2F, D8 and 12. RGB value is (47,216,18). Sum of RGB (Red+Green+Blue) = 47+216+18=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 216 (84.77% from 255 or 76.87% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD812 is #D027ED. Grayscale: #8F8F8F. Windows color (decimal): -13641710 or 1234991. OLE color: 1234991.

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

Color convert

RGB 47 216 18 -
CMYK 0.78 0 0.92 0.15
HSL 111.21º 0.85% 0.46% -
HSV(B) 111.21º 0.92% 0.85% -
XYZ 25.84 49.76 8.82 -
YUV 142.9 57.51 59.6 -
System Red Green Blue C M Y K H S L
Decimal 47 216 18 0.78 0 0.92 0.15 111.21 0.85 0.46
Hex 2F D8 12 4E 0 5C F 6F 55 2E
Octal 57 330 22 116 0 134 17 157 125 56
Binary 101111 11011000 10010 1001110 0 1011100 1111 1101111 1010101 101110

Color Harmonies of #2FD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD812

Black with #2FD812

Text Example


Text Example

White with #2FD812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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