Html Css Color HEX #25E13D Lime Green

📋 copy color: '#25E13D'

red 37 ◦ green 225 ◦ blue 61

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

Shades of Lime Green #25E13D

Tints of Lime Green #25E13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.66%

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

R = 11.46%
G = 69.66%
B = 18.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#25E13D (or 0x25E13D) is known color: Lime Green. HEX triplet: 25, E1 and 3D. RGB value is (37,225,61). Sum of RGB (Red+Green+Blue) = 37+225+61=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #25E13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E13D is #DA1EC2. Grayscale: #969696. Windows color (decimal): -14294723 or 4055333. OLE color: 4055333.

HSL color Cylindrical-coordinate representation of color #25E13D: hue angle of 127.66º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E13D is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 225 61 -
CMYK 0.84 0 0.73 0.12
HSL 127.66º 0.76% 0.51% -
HSV(B) 127.66º 0.84% 0.88% -
XYZ 28.53 54.58 13.45 -
YUV 150.09 77.72 47.34 -
System Red Green Blue C M Y K H S L
Decimal 37 225 61 0.84 0 0.73 0.12 127.66 0.76 0.51
Hex 25 E1 3D 54 0 49 C 80 4C 33
Octal 45 341 75 124 0 111 14 200 114 63
Binary 100101 11100001 111101 1010100 0 1001001 1100 10000000 1001100 110011

Color Harmonies of #25E13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E13D

Black with #25E13D

Text Example


Text Example

White with #25E13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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