#2DF140

Color #2DF140 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2DF140

Tints of Lime Green #2DF140

Color information

#2DF140 (or 0x2DF140) is unknown color: approx Lime Green. HEX triplet: 2D, F1 and 40. RGB value is (45,241,64). Sum of RGB (Red+Green+Blue) = 45+241+64=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF140 is #D20EBF. Grayscale: #A2A2A2. Windows color (decimal): -13766336 or 4256045. OLE color: 4256045.

HSL color Cylindrical-coordinate representation of color #2DF140: hue angle of 125.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF140 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB4524164-
CMYK0.8100.730.05
HSL125.82º87.5%56.08%-
HSV(B)125.82º81.33%94.51%-
XYZ33.4663.8415.41-
YUV162.2272.5744.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.86%
GREEN value IS 241 (94.53% from 255) = 68.86%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=12.86%
G=68.86%
B=18.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal45241640.8100.730.05125.8287.556.08
Hex2DF1405104957e5838
Octal553611001210111517613070
Binary10110111110001100000010100010100100110111111101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,241,64); }

 H1.HeaderClassName
 {
   color: #2DF140;
 }
 .AnyTagClassName
 {
   color: #2DF140;
 }
</style>
background-color css

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

 a { background-color: rgb(45,241,64); }

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

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

 span { border-color: rgb(45,241,64); }

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