Html Css Color HEX #2FD410 Lime Green

📋 copy color: '#2FD410'

red 47 ◦ green 212 ◦ blue 16

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

Shades of Lime Green #2FD410

Tints of Lime Green #2FD410

RGB

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

 GREEN value IS 212 (83.2% from 255) = 77.09%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 17.09%
G = 77.09%
B = 5.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#2FD410 (or 0x2FD410) is known color: Lime Green. HEX triplet: 2F, D4 and 10. RGB value is (47,212,16). Sum of RGB (Red+Green+Blue) = 47+212+16=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 212 (83.20% from 255 or 77.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD410 is #D02BEF. Grayscale: #8C8C8C. Windows color (decimal): -13642736 or 1102895. OLE color: 1102895.

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

Color convert

RGB 47 212 16 -
CMYK 0.78 0 0.92 0.17
HSL 110.51º 0.86% 0.45% -
HSV(B) 110.51º 0.92% 0.83% -
XYZ 24.81 47.73 8.4 -
YUV 140.32 57.84 61.44 -
System Red Green Blue C M Y K H S L
Decimal 47 212 16 0.78 0 0.92 0.17 110.51 0.86 0.45
Hex 2F D4 10 4E 0 5C 11 6F 56 2D
Octal 57 324 20 116 0 134 21 157 126 55
Binary 101111 11010100 10000 1001110 0 1011100 10001 1101111 1010110 101101

Color Harmonies of #2FD410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD410

Black with #2FD410

Text Example


Text Example

White with #2FD410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,212,16); }

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

background-color css

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

 a { background-color: rgb(47,212,16); }

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

border-color css

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

 span { border-color: rgb(47,212,16); }

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