Html Css Color HEX #2DC51A Lime Green

📋 copy color: '#2DC51A'

red 45 ◦ green 197 ◦ blue 26

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

Shades of Lime Green #2DC51A

Tints of Lime Green #2DC51A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 73.51%

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 16.79%
G = 73.51%
B = 9.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#2DC51A (or 0x2DC51A) is known color: Lime Green. HEX triplet: 2D, C5 and 1A. RGB value is (45,197,26). Sum of RGB (Red+Green+Blue) = 45+197+26=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 197 (77.34% from 255 or 73.51% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC51A is #D23AE5. Grayscale: #848484. Windows color (decimal): -13777638 or 1754413. OLE color: 1754413.

HSL color Cylindrical-coordinate representation of color #2DC51A: hue angle of 113.33º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DC51A is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 197 26 -
CMYK 0.77 0 0.87 0.23
HSL 113.33º 0.77% 0.44% -
HSV(B) 113.33º 0.87% 0.77% -
XYZ 21.23 40.56 7.69 -
YUV 132.06 68.14 65.9 -
System Red Green Blue C M Y K H S L
Decimal 45 197 26 0.77 0 0.87 0.23 113.33 0.77 0.44
Hex 2D C5 1A 4D 0 57 17 71 4D 2C
Octal 55 305 32 115 0 127 27 161 115 54
Binary 101101 11000101 11010 1001101 0 1010111 10111 1110001 1001101 101100

Color Harmonies of #2DC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC51A

Black with #2DC51A

Text Example


Text Example

White with #2DC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,197,26); }

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

background-color css

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

 a { background-color: rgb(45,197,26); }

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

border-color css

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

 span { border-color: rgb(45,197,26); }

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