Html Css Color HEX #2DC643 Lime Green

📋 copy color: '#2DC643'

red 45 ◦ green 198 ◦ blue 67

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

Shades of Lime Green #2DC643

Tints of Lime Green #2DC643

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.87%

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

R = 14.52%
G = 63.87%
B = 21.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#2DC643 (or 0x2DC643) is known color: Lime Green. HEX triplet: 2D, C6 and 43. RGB value is (45,198,67). Sum of RGB (Red+Green+Blue) = 45+198+67=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC643 is #D239BC. Grayscale: #898989. Windows color (decimal): -13777341 or 4441645. OLE color: 4441645.

HSL color Cylindrical-coordinate representation of color #2DC643: hue angle of 128.63º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC643 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 198 67 -
CMYK 0.77 0 0.66 0.22
HSL 128.63º 0.63% 0.48% -
HSV(B) 128.63º 0.77% 0.78% -
XYZ 22.29 41.35 12.12 -
YUV 137.32 88.31 62.15 -
System Red Green Blue C M Y K H S L
Decimal 45 198 67 0.77 0 0.66 0.22 128.63 0.63 0.48
Hex 2D C6 43 4D 0 42 16 81 3F 30
Octal 55 306 103 115 0 102 26 201 77 60
Binary 101101 11000110 1000011 1001101 0 1000010 10110 10000001 111111 110000

Color Harmonies of #2DC643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC643

Black with #2DC643

Text Example


Text Example

White with #2DC643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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