Html Css Color HEX #25C61C Lime Green

📋 copy color: '#25C61C'

red 37 ◦ green 198 ◦ blue 28

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

Shades of Lime Green #25C61C

Tints of Lime Green #25C61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 75.29%

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

R = 14.07%
G = 75.29%
B = 10.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#25C61C (or 0x25C61C) is known color: Lime Green. HEX triplet: 25, C6 and 1C. RGB value is (37,198,28). Sum of RGB (Red+Green+Blue) = 37+198+28=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 198 (77.73% from 255 or 75.29% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 198 - color contains mainly: green. Hex color #25C61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C61C is #DA39E3. Grayscale: #838383. Windows color (decimal): -14301668 or 1885733. OLE color: 1885733.

HSL color Cylindrical-coordinate representation of color #25C61C: hue angle of 116.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25C61C is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 198 28 -
CMYK 0.81 0 0.86 0.22
HSL 116.82º 0.75% 0.44% -
HSV(B) 116.82º 0.86% 0.78% -
XYZ 21.17 40.87 7.87 -
YUV 130.48 70.16 61.32 -
System Red Green Blue C M Y K H S L
Decimal 37 198 28 0.81 0 0.86 0.22 116.82 0.75 0.44
Hex 25 C6 1C 51 0 56 16 75 4B 2C
Octal 45 306 34 121 0 126 26 165 113 54
Binary 100101 11000110 11100 1010001 0 1010110 10110 1110101 1001011 101100

Color Harmonies of #25C61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C61C

Black with #25C61C

Text Example


Text Example

White with #25C61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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