Html Css Color HEX #2DB225 Lime Green

📋 copy color: '#2DB225'

red 45 ◦ green 178 ◦ blue 37

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

Shades of Lime Green #2DB225

Tints of Lime Green #2DB225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 68.46%

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

R = 17.31%
G = 68.46%
B = 14.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#2DB225 (or 0x2DB225) is known color: Lime Green. HEX triplet: 2D, B2 and 25. RGB value is (45,178,37). Sum of RGB (Red+Green+Blue) = 45+178+37=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 178 (69.92% from 255 or 68.46% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB225 is #D24DDA. Grayscale: #7A7A7A. Windows color (decimal): -13782491 or 2470445. OLE color: 2470445.

HSL color Cylindrical-coordinate representation of color #2DB225: hue angle of 116.6º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DB225 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 178 37 -
CMYK 0.75 0 0.79 0.30
HSL 116.6º 0.66% 0.42% -
HSV(B) 116.6º 0.79% 0.7% -
XYZ 17.34 32.53 7.12 -
YUV 122.16 79.94 72.96 -
System Red Green Blue C M Y K H S L
Decimal 45 178 37 0.75 0 0.79 0.30 116.6 0.66 0.42
Hex 2D B2 25 4B 0 4F 1E 75 42 2A
Octal 55 262 45 113 0 117 36 165 102 52
Binary 101101 10110010 100101 1001011 0 1001111 11110 1110101 1000010 101010

Color Harmonies of #2DB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB225

Black with #2DB225

Text Example


Text Example

White with #2DB225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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