#2DD30B

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

Shades of Lime Green #2DD30B

Tints of Lime Green #2DD30B

Color information

#2DD30B (or 0x2DD30B) is unknown color: approx Lime Green. HEX triplet: 2D, D3 and 0B. RGB value is (45,211,11). Sum of RGB (Red+Green+Blue) = 45+211+11=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 211 (82.81% from 255 or 79.03% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD30B is #D22CF4. Grayscale: #8B8B8B. Windows color (decimal): -13774069 or 774957. OLE color: 774957.

HSL color Cylindrical-coordinate representation of color #2DD30B: hue angle of 109.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DD30B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB4521111-
CMYK0.7900.950.17
HSL109.8º90.09%43.53%-
HSV(B)109.8º94.79%82.75%-
XYZ24.4447.178.13-
YUV138.575661.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.85%
GREEN value IS 211 (82.81% from 255) = 79.03%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=16.85%
G=79.03%
B=4.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal45211110.7900.950.17109.890.0943.53
Hex2DD3B4F05F116e5a2c
Octal553231311701372115613254
Binary1011011101001110111001111010111111000111011101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,211,11); }

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

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

 a { background-color: rgb(45,211,11); }

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

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

 span { border-color: rgb(45,211,11); }

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