Html Css Color HEX #25B41C Lime Green

📋 copy color: '#25B41C'

red 37 ◦ green 180 ◦ blue 28

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

Shades of Lime Green #25B41C

Tints of Lime Green #25B41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 73.47%

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

R = 15.1%
G = 73.47%
B = 11.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#25B41C (or 0x25B41C) is known color: Lime Green. HEX triplet: 25, B4 and 1C. RGB value is (37,180,28). Sum of RGB (Red+Green+Blue) = 37+180+28=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #25B41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B41C is #DA4BE3. Grayscale: #787878. Windows color (decimal): -14306276 or 1881125. OLE color: 1881125.

HSL color Cylindrical-coordinate representation of color #25B41C: hue angle of 116.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25B41C is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 180 28 -
CMYK 0.79 0 0.84 0.29
HSL 116.45º 0.73% 0.41% -
HSV(B) 116.45º 0.84% 0.71% -
XYZ 17.29 33.12 6.58 -
YUV 119.92 76.12 68.86 -
System Red Green Blue C M Y K H S L
Decimal 37 180 28 0.79 0 0.84 0.29 116.45 0.73 0.41
Hex 25 B4 1C 4F 0 54 1D 74 49 29
Octal 45 264 34 117 0 124 35 164 111 51
Binary 100101 10110100 11100 1001111 0 1010100 11101 1110100 1001001 101001

Color Harmonies of #25B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B41C

Black with #25B41C

Text Example


Text Example

White with #25B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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