Html Css Color HEX #25DF13 Lime Green

📋 copy color: '#25DF13'

red 37 ◦ green 223 ◦ blue 19

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

Shades of Lime Green #25DF13

Tints of Lime Green #25DF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 79.93%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 13.26%
G = 79.93%
B = 6.81%

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

#25DF13 (or 0x25DF13) is known color: Lime Green. HEX triplet: 25, DF and 13. RGB value is (37,223,19). Sum of RGB (Red+Green+Blue) = 37+223+19=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 223 (87.5% from 255 or 79.93% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DF13 is #DA20EC. Grayscale: #909090. Windows color (decimal): -14295277 or 1302309. OLE color: 1302309.

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

Color convert

RGB 37 223 19 -
CMYK 0.83 0 0.91 0.13
HSL 114.71º 0.84% 0.47% -
HSV(B) 114.71º 0.91% 0.87% -
XYZ 27.27 53.22 9.45 -
YUV 144.13 57.38 51.59 -
System Red Green Blue C M Y K H S L
Decimal 37 223 19 0.83 0 0.91 0.13 114.71 0.84 0.47
Hex 25 DF 13 53 0 5B D 73 54 2F
Octal 45 337 23 123 0 133 15 163 124 57
Binary 100101 11011111 10011 1010011 0 1011011 1101 1110011 1010100 101111

Color Harmonies of #25DF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DF13

Black with #25DF13

Text Example


Text Example

White with #25DF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,223,19); }

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

background-color css

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

 a { background-color: rgb(37,223,19); }

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

border-color css

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

 span { border-color: rgb(37,223,19); }

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