Html Css Color HEX #25DC3D Lime Green

📋 copy color: '#25DC3D'

red 37 ◦ green 220 ◦ blue 61

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

Shades of Lime Green #25DC3D

Tints of Lime Green #25DC3D

RGB

 RED value IS 37 (14.84% from 255) = 11.64%

 GREEN value IS 220 (86.33% from 255) = 69.18%

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 11.64%
G = 69.18%
B = 19.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#25DC3D (or 0x25DC3D) is known color: Lime Green. HEX triplet: 25, DC and 3D. RGB value is (37,220,61). Sum of RGB (Red+Green+Blue) = 37+220+61=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DC3D is #DA23C2. Grayscale: #939393. Windows color (decimal): -14296003 or 4054053. OLE color: 4054053.

HSL color Cylindrical-coordinate representation of color #25DC3D: hue angle of 127.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DC3D is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 220 61 -
CMYK 0.83 0 0.72 0.14
HSL 127.87º 0.72% 0.5% -
HSV(B) 127.87º 0.83% 0.86% -
XYZ 27.2 51.92 13 -
YUV 147.16 79.37 49.43 -
System Red Green Blue C M Y K H S L
Decimal 37 220 61 0.83 0 0.72 0.14 127.87 0.72 0.5
Hex 25 DC 3D 53 0 48 E 80 48 32
Octal 45 334 75 123 0 110 16 200 110 62
Binary 100101 11011100 111101 1010011 0 1001000 1110 10000000 1001000 110010

Color Harmonies of #25DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DC3D

Black with #25DC3D

Text Example


Text Example

White with #25DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25DC3D; }

 p { color: rgb(37,220,61); }

 H1.HeaderClassName
 {
   color: #25DC3D;
 }
 .AnyTagClassName
 {
   color: #25DC3D;
 }
</style>

background-color css

<style>
 a { background-color: #25DC3D; }

 a { background-color: rgb(37,220,61); }

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

border-color css

<style>
 span { border-color: #25DC3D; }

 span { border-color: rgb(37,220,61); }

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