Html Css Color HEX #25BC23 Lime Green

📋 copy color: '#25BC23'

red 37 ◦ green 188 ◦ blue 35

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

Shades of Lime Green #25BC23

Tints of Lime Green #25BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 14.23%
G = 72.31%
B = 13.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#25BC23 (or 0x25BC23) is known color: Lime Green. HEX triplet: 25, BC and 23. RGB value is (37,188,35). Sum of RGB (Red+Green+Blue) = 37+188+35=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC23 is #DA43DC. Grayscale: #7D7D7D. Windows color (decimal): -14304221 or 2341925. OLE color: 2341925.

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

Color convert

RGB 37 188 35 -
CMYK 0.80 0 0.81 0.26
HSL 119.22º 0.69% 0.44% -
HSV(B) 119.22º 0.81% 0.74% -
XYZ 19.05 36.48 7.63 -
YUV 125.41 76.97 64.94 -
System Red Green Blue C M Y K H S L
Decimal 37 188 35 0.80 0 0.81 0.26 119.22 0.69 0.44
Hex 25 BC 23 50 0 51 1A 77 45 2C
Octal 45 274 43 120 0 121 32 167 105 54
Binary 100101 10111100 100011 1010000 0 1010001 11010 1110111 1000101 101100

Color Harmonies of #25BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC23

Black with #25BC23

Text Example


Text Example

White with #25BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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