Html Css Color HEX #2FD612 Lime Green

📋 copy color: '#2FD612'

red 47 ◦ green 214 ◦ blue 18

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

Shades of Lime Green #2FD612

Tints of Lime Green #2FD612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 76.7%

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

R = 16.85%
G = 76.7%
B = 6.45%

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

#2FD612 (or 0x2FD612) is known color: Lime Green. HEX triplet: 2F, D6 and 12. RGB value is (47,214,18). Sum of RGB (Red+Green+Blue) = 47+214+18=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 214 (83.98% from 255 or 76.70% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD612 is #D029ED. Grayscale: #8E8E8E. Windows color (decimal): -13642222 or 1234479. OLE color: 1234479.

HSL color Cylindrical-coordinate representation of color #2FD612: hue angle of 111.12º 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 #2FD612 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 18 -
CMYK 0.78 0 0.92 0.16
HSL 111.12º 0.84% 0.45% -
HSV(B) 111.12º 0.92% 0.84% -
XYZ 25.33 48.74 8.65 -
YUV 141.72 58.17 60.44 -
System Red Green Blue C M Y K H S L
Decimal 47 214 18 0.78 0 0.92 0.16 111.12 0.84 0.45
Hex 2F D6 12 4E 0 5C 10 6F 54 2D
Octal 57 326 22 116 0 134 20 157 124 55
Binary 101111 11010110 10010 1001110 0 1011100 10000 1101111 1010100 101101

Color Harmonies of #2FD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD612

Black with #2FD612

Text Example


Text Example

White with #2FD612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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