Html Css Color HEX #2DB61A Lime Green

📋 copy color: '#2DB61A'

red 45 ◦ green 182 ◦ blue 26

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

Shades of Lime Green #2DB61A

Tints of Lime Green #2DB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 71.94%

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

R = 17.79%
G = 71.94%
B = 10.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#2DB61A (or 0x2DB61A) is known color: Lime Green. HEX triplet: 2D, B6 and 1A. RGB value is (45,182,26). Sum of RGB (Red+Green+Blue) = 45+182+26=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 182 (71.48% from 255 or 71.94% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB61A is #D249E5. Grayscale: #7B7B7B. Windows color (decimal): -13781478 or 1750573. OLE color: 1750573.

HSL color Cylindrical-coordinate representation of color #2DB61A: hue angle of 112.69º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DB61A is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 26 -
CMYK 0.75 0 0.86 0.29
HSL 112.69º 0.75% 0.41% -
HSV(B) 112.69º 0.86% 0.71% -
XYZ 18 34.09 6.61 -
YUV 123.25 73.11 72.18 -
System Red Green Blue C M Y K H S L
Decimal 45 182 26 0.75 0 0.86 0.29 112.69 0.75 0.41
Hex 2D B6 1A 4B 0 56 1D 71 4B 29
Octal 55 266 32 113 0 126 35 161 113 51
Binary 101101 10110110 11010 1001011 0 1010110 11101 1110001 1001011 101001

Color Harmonies of #2DB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB61A

Black with #2DB61A

Text Example


Text Example

White with #2DB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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