Html Css Color HEX #2DC044 Lime Green

📋 copy color: '#2DC044'

red 45 ◦ green 192 ◦ blue 68

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

Shades of Lime Green #2DC044

Tints of Lime Green #2DC044

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.95%

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

R = 14.75%
G = 62.95%
B = 22.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#2DC044 (or 0x2DC044) is known color: Lime Green. HEX triplet: 2D, C0 and 44. RGB value is (45,192,68). Sum of RGB (Red+Green+Blue) = 45+192+68=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC044 is #D23FBB. Grayscale: #868686. Windows color (decimal): -13778876 or 4505645. OLE color: 4505645.

HSL color Cylindrical-coordinate representation of color #2DC044: hue angle of 129.39º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC044 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 68 -
CMYK 0.77 0 0.65 0.25
HSL 129.39º 0.62% 0.46% -
HSV(B) 129.39º 0.77% 0.75% -
XYZ 20.98 38.67 11.83 -
YUV 133.91 90.8 64.58 -
System Red Green Blue C M Y K H S L
Decimal 45 192 68 0.77 0 0.65 0.25 129.39 0.62 0.46
Hex 2D C0 44 4D 0 41 19 81 3E 2E
Octal 55 300 104 115 0 101 31 201 76 56
Binary 101101 11000000 1000100 1001101 0 1000001 11001 10000001 111110 101110

Color Harmonies of #2DC044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC044

Black with #2DC044

Text Example


Text Example

White with #2DC044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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