Html Css Color HEX #25F13C Lime Green

📋 copy color: '#25F13C'

red 37 ◦ green 241 ◦ blue 60

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

Shades of Lime Green #25F13C

Tints of Lime Green #25F13C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.3%

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 10.95%
G = 71.3%
B = 17.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#25F13C (or 0x25F13C) is known color: Lime Green. HEX triplet: 25, F1 and 3C. RGB value is (37,241,60). Sum of RGB (Red+Green+Blue) = 37+241+60=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #25F13C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F13C is #DA0EC3. Grayscale: #9F9F9F. Windows color (decimal): -14290628 or 3993893. OLE color: 3993893.

HSL color Cylindrical-coordinate representation of color #25F13C: hue angle of 126.76º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F13C is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 241 60 -
CMYK 0.85 0 0.75 0.05
HSL 126.76º 0.88% 0.55% -
HSV(B) 126.76º 0.85% 0.95% -
XYZ 33.03 63.63 14.82 -
YUV 159.37 71.91 40.72 -
System Red Green Blue C M Y K H S L
Decimal 37 241 60 0.85 0 0.75 0.05 126.76 0.88 0.55
Hex 25 F1 3C 55 0 4B 5 7F 58 37
Octal 45 361 74 125 0 113 5 177 130 67
Binary 100101 11110001 111100 1010101 0 1001011 101 1111111 1011000 110111

Color Harmonies of #25F13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F13C

Black with #25F13C

Text Example


Text Example

White with #25F13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,241,60); }

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

background-color css

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

 a { background-color: rgb(37,241,60); }

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

border-color css

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

 span { border-color: rgb(37,241,60); }

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