Html Css Color HEX #2DC525 Lime Green

📋 copy color: '#2DC525'

red 45 ◦ green 197 ◦ blue 37

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

Shades of Lime Green #2DC525

Tints of Lime Green #2DC525

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.61%

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

R = 16.13%
G = 70.61%
B = 13.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#2DC525 (or 0x2DC525) is known color: Lime Green. HEX triplet: 2D, C5 and 25. RGB value is (45,197,37). Sum of RGB (Red+Green+Blue) = 45+197+37=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC525 is #D23ADA. Grayscale: #858585. Windows color (decimal): -13777627 or 2475309. OLE color: 2475309.

HSL color Cylindrical-coordinate representation of color #2DC525: hue angle of 117º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DC525 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 197 37 -
CMYK 0.77 0 0.81 0.23
HSL 117º 0.68% 0.46% -
HSV(B) 117º 0.81% 0.77% -
XYZ 21.38 40.62 8.46 -
YUV 133.31 73.64 65.01 -
System Red Green Blue C M Y K H S L
Decimal 45 197 37 0.77 0 0.81 0.23 117 0.68 0.46
Hex 2D C5 25 4D 0 51 17 75 44 2E
Octal 55 305 45 115 0 121 27 165 104 56
Binary 101101 11000101 100101 1001101 0 1010001 10111 1110101 1000100 101110

Color Harmonies of #2DC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC525

Black with #2DC525

Text Example


Text Example

White with #2DC525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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