Html Css Color HEX #25B13A Lime Green

📋 copy color: '#25B13A'

red 37 ◦ green 177 ◦ blue 58

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

Shades of Lime Green #25B13A

Tints of Lime Green #25B13A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 65.07%

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 13.6%
G = 65.07%
B = 21.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#25B13A (or 0x25B13A) is known color: Lime Green. HEX triplet: 25, B1 and 3A. RGB value is (37,177,58). Sum of RGB (Red+Green+Blue) = 37+177+58=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #25B13A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B13A is #DA4EC5. Grayscale: #797979. Windows color (decimal): -14307014 or 3846437. OLE color: 3846437.

HSL color Cylindrical-coordinate representation of color #25B13A: hue angle of 129º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B13A is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 177 58 -
CMYK 0.79 0 0.67 0.31
HSL 129º 0.65% 0.42% -
HSV(B) 129º 0.79% 0.69% -
XYZ 17.25 32.14 9.3 -
YUV 121.57 92.12 67.68 -
System Red Green Blue C M Y K H S L
Decimal 37 177 58 0.79 0 0.67 0.31 129 0.65 0.42
Hex 25 B1 3A 4F 0 43 1F 81 41 2A
Octal 45 261 72 117 0 103 37 201 101 52
Binary 100101 10110001 111010 1001111 0 1000011 11111 10000001 1000001 101010

Color Harmonies of #25B13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B13A

Black with #25B13A

Text Example


Text Example

White with #25B13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,177,58); }

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

background-color css

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

 a { background-color: rgb(37,177,58); }

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

border-color css

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

 span { border-color: rgb(37,177,58); }

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