Html Css Color HEX #2DC136 Lime Green

📋 copy color: '#2DC136'

red 45 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #2DC136

Tints of Lime Green #2DC136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 66.1%

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 15.41%
G = 66.1%
B = 18.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#2DC136 (or 0x2DC136) is known color: Lime Green. HEX triplet: 2D, C1 and 36. RGB value is (45,193,54). Sum of RGB (Red+Green+Blue) = 45+193+54=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC136 is #D23EC9. Grayscale: #858585. Windows color (decimal): -13778634 or 3588397. OLE color: 3588397.

HSL color Cylindrical-coordinate representation of color #2DC136: hue angle of 123.65º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC136 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 193 54 -
CMYK 0.77 0 0.72 0.24
HSL 123.65º 0.62% 0.47% -
HSV(B) 123.65º 0.77% 0.76% -
XYZ 20.82 38.96 9.91 -
YUV 132.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 45 193 54 0.77 0 0.72 0.24 123.65 0.62 0.47
Hex 2D C1 36 4D 0 48 18 7C 3E 2F
Octal 55 301 66 115 0 110 30 174 76 57
Binary 101101 11000001 110110 1001101 0 1001000 11000 1111100 111110 101111

Color Harmonies of #2DC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC136

Black with #2DC136

Text Example


Text Example

White with #2DC136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,193,54); }

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

background-color css

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

 a { background-color: rgb(45,193,54); }

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

border-color css

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

 span { border-color: rgb(45,193,54); }

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