Html Css Color HEX #2DD92B Lime Green

📋 copy color: '#2DD92B'

red 45 ◦ green 217 ◦ blue 43

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

Shades of Lime Green #2DD92B

Tints of Lime Green #2DD92B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.15%

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 14.75%
G = 71.15%
B = 14.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#2DD92B (or 0x2DD92B) is known color: Lime Green. HEX triplet: 2D, D9 and 2B. RGB value is (45,217,43). Sum of RGB (Red+Green+Blue) = 45+217+43=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 217 (85.16% from 255 or 71.15% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD92B is #D226D4. Grayscale: #929292. Windows color (decimal): -13772501 or 2873645. OLE color: 2873645.

HSL color Cylindrical-coordinate representation of color #2DD92B: hue angle of 119.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DD92B is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 217 43 -
CMYK 0.79 0 0.80 0.15
HSL 119.31º 0.7% 0.51% -
HSV(B) 119.31º 0.8% 0.85% -
XYZ 26.33 50.36 10.62 -
YUV 145.74 70.02 56.15 -
System Red Green Blue C M Y K H S L
Decimal 45 217 43 0.79 0 0.80 0.15 119.31 0.7 0.51
Hex 2D D9 2B 4F 0 50 F 77 46 33
Octal 55 331 53 117 0 120 17 167 106 63
Binary 101101 11011001 101011 1001111 0 1010000 1111 1110111 1000110 110011

Color Harmonies of #2DD92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD92B

Black with #2DD92B

Text Example


Text Example

White with #2DD92B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,217,43); }

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

background-color css

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

 a { background-color: rgb(45,217,43); }

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

border-color css

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

 span { border-color: rgb(45,217,43); }

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