Html Css Color HEX #2DB343 Lime Green

📋 copy color: '#2DB343'

red 45 ◦ green 179 ◦ blue 67

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

Shades of Lime Green #2DB343

Tints of Lime Green #2DB343

RGB

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

 GREEN value IS 179 (70.31% from 255) = 61.51%

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 15.46%
G = 61.51%
B = 23.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#2DB343 (or 0x2DB343) is known color: Lime Green. HEX triplet: 2D, B3 and 43. RGB value is (45,179,67). Sum of RGB (Red+Green+Blue) = 45+179+67=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB343 is #D24CBC. Grayscale: #7E7E7E. Windows color (decimal): -13782205 or 4436781. OLE color: 4436781.

HSL color Cylindrical-coordinate representation of color #2DB343: hue angle of 129.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB343 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 179 67 -
CMYK 0.75 0 0.63 0.30
HSL 129.85º 0.6% 0.44% -
HSV(B) 129.85º 0.75% 0.7% -
XYZ 18.22 33.2 10.76 -
YUV 126.17 94.61 70.11 -
System Red Green Blue C M Y K H S L
Decimal 45 179 67 0.75 0 0.63 0.30 129.85 0.6 0.44
Hex 2D B3 43 4B 0 3F 1E 82 3C 2C
Octal 55 263 103 113 0 77 36 202 74 54
Binary 101101 10110011 1000011 1001011 0 111111 11110 10000010 111100 101100

Color Harmonies of #2DB343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB343

Black with #2DB343

Text Example


Text Example

White with #2DB343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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