Html Css Color HEX #25BC25 Lime Green

📋 copy color: '#25BC25'

red 37 ◦ green 188 ◦ blue 37

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

Shades of Lime Green #25BC25

Tints of Lime Green #25BC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 14.12%
G = 71.76%
B = 14.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#25BC25 (or 0x25BC25) is known color: Lime Green. HEX triplet: 25, BC and 25. RGB value is (37,188,37). Sum of RGB (Red+Green+Blue) = 37+188+37=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC25 is #DA43DA. Grayscale: #7E7E7E. Windows color (decimal): -14304219 or 2472997. OLE color: 2472997.

HSL color Cylindrical-coordinate representation of color #25BC25: hue angle of 120º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC25 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 37 -
CMYK 0.80 0 0.80 0.26
HSL 120º 0.67% 0.44% -
HSV(B) 120º 0.8% 0.74% -
XYZ 19.08 36.49 7.79 -
YUV 125.64 77.97 64.78 -
System Red Green Blue C M Y K H S L
Decimal 37 188 37 0.80 0 0.80 0.26 120 0.67 0.44
Hex 25 BC 25 50 0 50 1A 78 43 2C
Octal 45 274 45 120 0 120 32 170 103 54
Binary 100101 10111100 100101 1010000 0 1010000 11010 1111000 1000011 101100

Color Harmonies of #25BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC25

Black with #25BC25

Text Example


Text Example

White with #25BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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