Html Css Color HEX #25B71C Lime Green

📋 copy color: '#25B71C'

red 37 ◦ green 183 ◦ blue 28

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

Shades of Lime Green #25B71C

Tints of Lime Green #25B71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 73.79%

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 14.92%
G = 73.79%
B = 11.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#25B71C (or 0x25B71C) is known color: Lime Green. HEX triplet: 25, B7 and 1C. RGB value is (37,183,28). Sum of RGB (Red+Green+Blue) = 37+183+28=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 183 (71.88% from 255 or 73.79% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 183 - color contains mainly: green. Hex color #25B71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B71C is #DA48E3. Grayscale: #7A7A7A. Windows color (decimal): -14305508 or 1881893. OLE color: 1881893.

HSL color Cylindrical-coordinate representation of color #25B71C: hue angle of 116.52º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25B71C is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 37 183 28 -
CMYK 0.80 0 0.85 0.28
HSL 116.52º 0.73% 0.41% -
HSV(B) 116.52º 0.85% 0.72% -
XYZ 17.91 34.34 6.78 -
YUV 121.68 75.13 67.6 -
System Red Green Blue C M Y K H S L
Decimal 37 183 28 0.80 0 0.85 0.28 116.52 0.73 0.41
Hex 25 B7 1C 50 0 55 1C 75 49 29
Octal 45 267 34 120 0 125 34 165 111 51
Binary 100101 10110111 11100 1010000 0 1010101 11100 1110101 1001001 101001

Color Harmonies of #25B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B71C

Black with #25B71C

Text Example


Text Example

White with #25B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,183,28); }

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

background-color css

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

 a { background-color: rgb(37,183,28); }

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

border-color css

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

 span { border-color: rgb(37,183,28); }

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