Html Css Color HEX #2DD40B Lime Green

📋 copy color: '#2DD40B'

red 45 ◦ green 212 ◦ blue 11

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

Shades of Lime Green #2DD40B

Tints of Lime Green #2DD40B

RGB

 RED value IS 45 (17.97% from 255) = 16.79%

 GREEN value IS 212 (83.2% from 255) = 79.1%

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 16.79%
G = 79.1%
B = 4.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#2DD40B (or 0x2DD40B) is known color: Lime Green. HEX triplet: 2D, D4 and 0B. RGB value is (45,212,11). Sum of RGB (Red+Green+Blue) = 45+212+11=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 212 (83.20% from 255 or 79.10% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD40B is #D22BF4. Grayscale: #8B8B8B. Windows color (decimal): -13773813 or 775213. OLE color: 775213.

HSL color Cylindrical-coordinate representation of color #2DD40B: hue angle of 109.85º 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 #2DD40B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 212 11 -
CMYK 0.79 0 0.95 0.17
HSL 109.85º 0.9% 0.44% -
HSV(B) 109.85º 0.95% 0.83% -
XYZ 24.69 47.67 8.22 -
YUV 139.15 55.67 60.84 -
System Red Green Blue C M Y K H S L
Decimal 45 212 11 0.79 0 0.95 0.17 109.85 0.9 0.44
Hex 2D D4 B 4F 0 5F 11 6E 5A 2C
Octal 55 324 13 117 0 137 21 156 132 54
Binary 101101 11010100 1011 1001111 0 1011111 10001 1101110 1011010 101100

Color Harmonies of #2DD40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD40B

Black with #2DD40B

Text Example


Text Example

White with #2DD40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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