#2DF33D

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

Shades of Lime Green #2DF33D

Tints of Lime Green #2DF33D

Color information

#2DF33D (or 0x2DF33D) is unknown color: approx Lime Green. HEX triplet: 2D, F3 and 3D. RGB value is (45,243,61). Sum of RGB (Red+Green+Blue) = 45+243+61=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF33D is #D20CC2. Grayscale: #A3A3A3. Windows color (decimal): -13765827 or 4059949. OLE color: 4059949.

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

Color convert

RGB4524361-
CMYK0.8100.750.05
HSL124.85º89.19%56.47%-
HSV(B)124.85º81.48%95.29%-
XYZ33.986515.17-
YUV163.0570.443.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.89%
GREEN value IS 243 (95.31% from 255) = 69.63%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=12.89%
G=69.63%
B=17.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal45243610.8100.750.05124.8589.1956.47
Hex2DF33D5104B57d5938
Octal55363751210113517513170
Binary1011011111001111110110100010100101110111111011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,243,61); }

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

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

 a { background-color: rgb(45,243,61); }

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

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

 span { border-color: rgb(45,243,61); }

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