Html Css Color HEX #2DB740 Lime Green

📋 copy color: '#2DB740'

red 45 ◦ green 183 ◦ blue 64

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

Shades of Lime Green #2DB740

Tints of Lime Green #2DB740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 15.41%
G = 62.67%
B = 21.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#2DB740 (or 0x2DB740) is known color: Lime Green. HEX triplet: 2D, B7 and 40. RGB value is (45,183,64). Sum of RGB (Red+Green+Blue) = 45+183+64=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB740 is #D248BF. Grayscale: #808080. Windows color (decimal): -13781184 or 4241197. OLE color: 4241197.

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

Color convert

RGB 45 183 64 -
CMYK 0.75 0 0.65 0.28
HSL 128.26º 0.61% 0.45% -
HSV(B) 128.26º 0.75% 0.72% -
XYZ 18.94 34.8 10.57 -
YUV 128.17 91.78 68.68 -
System Red Green Blue C M Y K H S L
Decimal 45 183 64 0.75 0 0.65 0.28 128.26 0.61 0.45
Hex 2D B7 40 4B 0 41 1C 80 3D 2D
Octal 55 267 100 113 0 101 34 200 75 55
Binary 101101 10110111 1000000 1001011 0 1000001 11100 10000000 111101 101101

Color Harmonies of #2DB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB740

Black with #2DB740

Text Example


Text Example

White with #2DB740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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