Html Css Color HEX #25F13D Lime Green

📋 copy color: '#25F13D'

red 37 ◦ green 241 ◦ blue 61

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

Shades of Lime Green #25F13D

Tints of Lime Green #25F13D

RGB

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

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

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

R = 10.91%
G = 71.09%
B = 17.99%

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

#25F13D (or 0x25F13D) is known color: Lime Green. HEX triplet: 25, F1 and 3D. RGB value is (37,241,61). Sum of RGB (Red+Green+Blue) = 37+241+61=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #25F13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F13D is #DA0EC2. Grayscale: #A0A0A0. Windows color (decimal): -14290627 or 4059429. OLE color: 4059429.

HSL color Cylindrical-coordinate representation of color #25F13D: hue angle of 127.06º 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 #25F13D is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 241 61 -
CMYK 0.85 0 0.75 0.05
HSL 127.06º 0.88% 0.55% -
HSV(B) 127.06º 0.85% 0.95% -
XYZ 33.06 63.64 14.96 -
YUV 159.48 72.41 40.64 -
System Red Green Blue C M Y K H S L
Decimal 37 241 61 0.85 0 0.75 0.05 127.06 0.88 0.55
Hex 25 F1 3D 55 0 4B 5 7F 58 37
Octal 45 361 75 125 0 113 5 177 130 67
Binary 100101 11110001 111101 1010101 0 1001011 101 1111111 1011000 110111

Color Harmonies of #25F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F13D

Black with #25F13D

Text Example


Text Example

White with #25F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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