Html Css Color HEX #2DBB25 Lime Green

📋 copy color: '#2DBB25'

red 45 ◦ green 187 ◦ blue 37

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

Shades of Lime Green #2DBB25

Tints of Lime Green #2DBB25

RGB

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

 GREEN value IS 187 (73.44% from 255) = 69.52%

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

R = 16.73%
G = 69.52%
B = 13.75%

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

#2DBB25 (or 0x2DBB25) is known color: Lime Green. HEX triplet: 2D, BB and 25. RGB value is (45,187,37). Sum of RGB (Red+Green+Blue) = 45+187+37=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 187 (73.44% from 255 or 69.52% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBB25 is #D244DA. Grayscale: #7F7F7F. Windows color (decimal): -13780187 or 2472749. OLE color: 2472749.

HSL color Cylindrical-coordinate representation of color #2DBB25: hue angle of 116.8º 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 #2DBB25 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 187 37 -
CMYK 0.76 0 0.80 0.27
HSL 116.8º 0.67% 0.44% -
HSV(B) 116.8º 0.8% 0.73% -
XYZ 19.19 36.23 7.73 -
YUV 127.44 76.96 69.2 -
System Red Green Blue C M Y K H S L
Decimal 45 187 37 0.76 0 0.80 0.27 116.8 0.67 0.44
Hex 2D BB 25 4C 0 50 1B 75 43 2C
Octal 55 273 45 114 0 120 33 165 103 54
Binary 101101 10111011 100101 1001100 0 1010000 11011 1110101 1000011 101100

Color Harmonies of #2DBB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBB25

Black with #2DBB25

Text Example


Text Example

White with #2DBB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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