Html Css Color HEX #2DBA21 Lime Green

📋 copy color: '#2DBA21'

red 45 ◦ green 186 ◦ blue 33

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

Shades of Lime Green #2DBA21

Tints of Lime Green #2DBA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.45%

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 17.05%
G = 70.45%
B = 12.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#2DBA21 (or 0x2DBA21) is known color: Lime Green. HEX triplet: 2D, BA and 21. RGB value is (45,186,33). Sum of RGB (Red+Green+Blue) = 45+186+33=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA21 is #D245DE. Grayscale: #7E7E7E. Windows color (decimal): -13780447 or 2210349. OLE color: 2210349.

HSL color Cylindrical-coordinate representation of color #2DBA21: hue angle of 115.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DBA21 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 186 33 -
CMYK 0.76 0 0.82 0.27
HSL 115.29º 0.7% 0.43% -
HSV(B) 115.29º 0.82% 0.73% -
XYZ 18.92 35.79 7.35 -
YUV 126.4 75.29 69.94 -
System Red Green Blue C M Y K H S L
Decimal 45 186 33 0.76 0 0.82 0.27 115.29 0.7 0.43
Hex 2D BA 21 4C 0 52 1B 73 46 2B
Octal 55 272 41 114 0 122 33 163 106 53
Binary 101101 10111010 100001 1001100 0 1010010 11011 1110011 1000110 101011

Color Harmonies of #2DBA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBA21

Black with #2DBA21

Text Example


Text Example

White with #2DBA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,186,33); }

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

background-color css

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

 a { background-color: rgb(45,186,33); }

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

border-color css

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

 span { border-color: rgb(45,186,33); }

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