Html Css Color HEX #2DB744 Lime Green

📋 copy color: '#2DB744'

red 45 ◦ green 183 ◦ blue 68

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

Shades of Lime Green #2DB744

Tints of Lime Green #2DB744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61.82%

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 15.2%
G = 61.82%
B = 22.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#2DB744 (or 0x2DB744) is known color: Lime Green. HEX triplet: 2D, B7 and 44. RGB value is (45,183,68). Sum of RGB (Red+Green+Blue) = 45+183+68=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB744 is #D248BB. Grayscale: #808080. Windows color (decimal): -13781180 or 4503341. OLE color: 4503341.

HSL color Cylindrical-coordinate representation of color #2DB744: hue angle of 130º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB744 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 68 -
CMYK 0.75 0 0.63 0.28
HSL 130º 0.61% 0.45% -
HSV(B) 130º 0.75% 0.72% -
XYZ 19.06 34.84 11.19 -
YUV 128.63 93.78 68.35 -
System Red Green Blue C M Y K H S L
Decimal 45 183 68 0.75 0 0.63 0.28 130 0.61 0.45
Hex 2D B7 44 4B 0 3F 1C 82 3D 2D
Octal 55 267 104 113 0 77 34 202 75 55
Binary 101101 10110111 1000100 1001011 0 111111 11100 10000010 111101 101101

Color Harmonies of #2DB744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB744

Black with #2DB744

Text Example


Text Example

White with #2DB744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,68); }

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

background-color css

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

 a { background-color: rgb(45,183,68); }

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

border-color css

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

 span { border-color: rgb(45,183,68); }

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