Html Css Color HEX #2FD541 Lime Green

📋 copy color: '#2FD541'

red 47 ◦ green 213 ◦ blue 65

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

Shades of Lime Green #2FD541

Tints of Lime Green #2FD541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20%

R = 14.46%
G = 65.54%
B = 20%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#2FD541 (or 0x2FD541) is known color: Lime Green. HEX triplet: 2F, D5 and 41. RGB value is (47,213,65). Sum of RGB (Red+Green+Blue) = 47+213+65=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD541 is #D02ABE. Grayscale: #929292. Windows color (decimal): -13642431 or 4314415. OLE color: 4314415.

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

Color convert

RGB 47 213 65 -
CMYK 0.78 0 0.69 0.16
HSL 126.51º 0.66% 0.51% -
HSV(B) 126.51º 0.78% 0.84% -
XYZ 25.92 48.57 13.01 -
YUV 146.49 82 57.03 -
System Red Green Blue C M Y K H S L
Decimal 47 213 65 0.78 0 0.69 0.16 126.51 0.66 0.51
Hex 2F D5 41 4E 0 45 10 7F 42 33
Octal 57 325 101 116 0 105 20 177 102 63
Binary 101111 11010101 1000001 1001110 0 1000101 10000 1111111 1000010 110011

Color Harmonies of #2FD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD541

Black with #2FD541

Text Example


Text Example

White with #2FD541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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