Html Css Color HEX #2DB341 Lime Green

📋 copy color: '#2DB341'

red 45 ◦ green 179 ◦ blue 65

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

Shades of Lime Green #2DB341

Tints of Lime Green #2DB341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 15.57%
G = 61.94%
B = 22.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#2DB341 (or 0x2DB341) is known color: Lime Green. HEX triplet: 2D, B3 and 41. RGB value is (45,179,65). Sum of RGB (Red+Green+Blue) = 45+179+65=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB341 is #D24CBE. Grayscale: #7E7E7E. Windows color (decimal): -13782207 or 4305709. OLE color: 4305709.

HSL color Cylindrical-coordinate representation of color #2DB341: hue angle of 128.96º 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 #2DB341 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 179 65 -
CMYK 0.75 0 0.64 0.30
HSL 128.96º 0.6% 0.44% -
HSV(B) 128.96º 0.75% 0.7% -
XYZ 18.16 33.18 10.45 -
YUV 125.94 93.61 70.27 -
System Red Green Blue C M Y K H S L
Decimal 45 179 65 0.75 0 0.64 0.30 128.96 0.6 0.44
Hex 2D B3 41 4B 0 40 1E 81 3C 2C
Octal 55 263 101 113 0 100 36 201 74 54
Binary 101101 10110011 1000001 1001011 0 1000000 11110 10000001 111100 101100

Color Harmonies of #2DB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB341

Black with #2DB341

Text Example


Text Example

White with #2DB341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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