Html Css Color HEX #25BC12 Lime Green

📋 copy color: '#25BC12'

red 37 ◦ green 188 ◦ blue 18

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

Shades of Lime Green #25BC12

Tints of Lime Green #25BC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 77.37%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 15.23%
G = 77.37%
B = 7.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#25BC12 (or 0x25BC12) is known color: Lime Green. HEX triplet: 25, BC and 12. RGB value is (37,188,18). Sum of RGB (Red+Green+Blue) = 37+188+18=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BC12 is #DA43ED. Grayscale: #7B7B7B. Windows color (decimal): -14304238 or 1227813. OLE color: 1227813.

HSL color Cylindrical-coordinate representation of color #25BC12: hue angle of 113.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25BC12 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 18 -
CMYK 0.80 0 0.90 0.26
HSL 113.29º 0.83% 0.4% -
HSV(B) 113.29º 0.9% 0.74% -
XYZ 18.86 36.4 6.61 -
YUV 123.47 68.47 66.32 -
System Red Green Blue C M Y K H S L
Decimal 37 188 18 0.80 0 0.90 0.26 113.29 0.83 0.4
Hex 25 BC 12 50 0 5A 1A 71 53 28
Octal 45 274 22 120 0 132 32 161 123 50
Binary 100101 10111100 10010 1010000 0 1011010 11010 1110001 1010011 101000

Color Harmonies of #25BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC12

Black with #25BC12

Text Example


Text Example

White with #25BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,18); }

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

background-color css

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

 a { background-color: rgb(37,188,18); }

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

border-color css

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

 span { border-color: rgb(37,188,18); }

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