Html Css Color HEX #25DE15 Lime Green

📋 copy color: '#25DE15'

red 37 ◦ green 222 ◦ blue 21

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

Shades of Lime Green #25DE15

Tints of Lime Green #25DE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 79.29%

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 13.21%
G = 79.29%
B = 7.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#25DE15 (or 0x25DE15) is known color: Lime Green. HEX triplet: 25, DE and 15. RGB value is (37,222,21). Sum of RGB (Red+Green+Blue) = 37+222+21=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 222 (87.11% from 255 or 79.29% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 222 - color contains mainly: green. Hex color #25DE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DE15 is #DA21EA. Grayscale: #909090. Windows color (decimal): -14295531 or 1433125. OLE color: 1433125.

HSL color Cylindrical-coordinate representation of color #25DE15: hue angle of 115.22º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25DE15 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 222 21 -
CMYK 0.83 0 0.91 0.13
HSL 115.22º 0.83% 0.48% -
HSV(B) 115.22º 0.91% 0.87% -
XYZ 27.02 52.69 9.46 -
YUV 143.77 58.71 51.84 -
System Red Green Blue C M Y K H S L
Decimal 37 222 21 0.83 0 0.91 0.13 115.22 0.83 0.48
Hex 25 DE 15 53 0 5B D 73 53 30
Octal 45 336 25 123 0 133 15 163 123 60
Binary 100101 11011110 10101 1010011 0 1011011 1101 1110011 1010011 110000

Color Harmonies of #25DE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DE15

Black with #25DE15

Text Example


Text Example

White with #25DE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,222,21); }

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

background-color css

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

 a { background-color: rgb(37,222,21); }

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

border-color css

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

 span { border-color: rgb(37,222,21); }

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