Html Css Color HEX #25C81C Lime Green

📋 copy color: '#25C81C'

red 37 ◦ green 200 ◦ blue 28

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

Shades of Lime Green #25C81C

Tints of Lime Green #25C81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 75.47%

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

R = 13.96%
G = 75.47%
B = 10.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#25C81C (or 0x25C81C) is known color: Lime Green. HEX triplet: 25, C8 and 1C. RGB value is (37,200,28). Sum of RGB (Red+Green+Blue) = 37+200+28=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 200 (78.52% from 255 or 75.47% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 200 - color contains mainly: green. Hex color #25C81C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C81C is #DA37E3. Grayscale: #848484. Windows color (decimal): -14301156 or 1886245. OLE color: 1886245.

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

Color convert

RGB 37 200 28 -
CMYK 0.82 0 0.86 0.22
HSL 116.86º 0.75% 0.45% -
HSV(B) 116.86º 0.86% 0.78% -
XYZ 21.63 41.79 8.02 -
YUV 131.66 69.5 60.49 -
System Red Green Blue C M Y K H S L
Decimal 37 200 28 0.82 0 0.86 0.22 116.86 0.75 0.45
Hex 25 C8 1C 52 0 56 16 75 4B 2D
Octal 45 310 34 122 0 126 26 165 113 55
Binary 100101 11001000 11100 1010010 0 1010110 10110 1110101 1001011 101101

Color Harmonies of #25C81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C81C

Black with #25C81C

Text Example


Text Example

White with #25C81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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