#2DF143

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

Shades of Lime Green #2DF143

Tints of Lime Green #2DF143

Color information

#2DF143 (or 0x2DF143) is unknown color: approx Lime Green. HEX triplet: 2D, F1 and 43. RGB value is (45,241,67). Sum of RGB (Red+Green+Blue) = 45+241+67=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF143 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF143 is #D20EBC. Grayscale: #A3A3A3. Windows color (decimal): -13766333 or 4452653. OLE color: 4452653.

HSL color Cylindrical-coordinate representation of color #2DF143: hue angle of 126.73º 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 #2DF143 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB4524167-
CMYK0.8100.720.05
HSL126.73º87.5%56.08%-
HSV(B)126.73º81.33%94.51%-
XYZ33.5563.8715.87-
YUV162.5674.0744.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 241 (94.53% from 255) = 68.27%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=12.75%
G=68.27%
B=18.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal45241670.8100.720.05126.7387.556.08
Hex2DF1435104857f5838
Octal553611031210110517713070
Binary10110111110001100001110100010100100010111111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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