Html Css Color HEX #2DBA25 Lime Green

📋 copy color: '#2DBA25'

red 45 ◦ green 186 ◦ blue 37

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

Shades of Lime Green #2DBA25

Tints of Lime Green #2DBA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 16.79%
G = 69.4%
B = 13.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#2DBA25 (or 0x2DBA25) is known color: Lime Green. HEX triplet: 2D, BA and 25. RGB value is (45,186,37). Sum of RGB (Red+Green+Blue) = 45+186+37=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA25 is #D245DA. Grayscale: #7F7F7F. Windows color (decimal): -13780443 or 2472493. OLE color: 2472493.

HSL color Cylindrical-coordinate representation of color #2DBA25: hue angle of 116.78º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBA25 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 186 37 -
CMYK 0.76 0 0.80 0.27
HSL 116.78º 0.67% 0.44% -
HSV(B) 116.78º 0.8% 0.73% -
XYZ 18.98 35.81 7.66 -
YUV 126.86 77.29 69.62 -
System Red Green Blue C M Y K H S L
Decimal 45 186 37 0.76 0 0.80 0.27 116.78 0.67 0.44
Hex 2D BA 25 4C 0 50 1B 75 43 2C
Octal 55 272 45 114 0 120 33 165 103 54
Binary 101101 10111010 100101 1001100 0 1010000 11011 1110101 1000011 101100

Color Harmonies of #2DBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBA25

Black with #2DBA25

Text Example


Text Example

White with #2DBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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