Html Css Color HEX #25BC21 Lime Green

📋 copy color: '#25BC21'

red 37 ◦ green 188 ◦ blue 33

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

Shades of Lime Green #25BC21

Tints of Lime Green #25BC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 14.34%
G = 72.87%
B = 12.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#25BC21 (or 0x25BC21) is known color: Lime Green. HEX triplet: 25, BC and 21. RGB value is (37,188,33). Sum of RGB (Red+Green+Blue) = 37+188+33=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 188 (73.83% from 255 or 72.87% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC21 is #DA43DE. Grayscale: #7D7D7D. Windows color (decimal): -14304223 or 2210853. OLE color: 2210853.

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

Color convert

RGB 37 188 33 -
CMYK 0.80 0 0.82 0.26
HSL 118.45º 0.7% 0.43% -
HSV(B) 118.45º 0.82% 0.74% -
XYZ 19.02 36.47 7.48 -
YUV 125.18 75.97 65.1 -
System Red Green Blue C M Y K H S L
Decimal 37 188 33 0.80 0 0.82 0.26 118.45 0.7 0.43
Hex 25 BC 21 50 0 52 1A 76 46 2B
Octal 45 274 41 120 0 122 32 166 106 53
Binary 100101 10111100 100001 1010000 0 1010010 11010 1110110 1000110 101011

Color Harmonies of #25BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC21

Black with #25BC21

Text Example


Text Example

White with #25BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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