Html Css Color HEX #25B322 Lime Green

📋 copy color: '#25B322'

red 37 ◦ green 179 ◦ blue 34

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

Shades of Lime Green #25B322

Tints of Lime Green #25B322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 71.6%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 14.8%
G = 71.6%
B = 13.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#25B322 (or 0x25B322) is known color: Lime Green. HEX triplet: 25, B3 and 22. RGB value is (37,179,34). Sum of RGB (Red+Green+Blue) = 37+179+34=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #25B322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B322 is #DA4CDD. Grayscale: #787878. Windows color (decimal): -14306526 or 2274085. OLE color: 2274085.

HSL color Cylindrical-coordinate representation of color #25B322: hue angle of 118.76º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25B322 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 179 34 -
CMYK 0.79 0 0.81 0.30
HSL 118.76º 0.68% 0.42% -
HSV(B) 118.76º 0.81% 0.7% -
XYZ 17.17 32.75 6.93 -
YUV 120.01 79.46 68.79 -
System Red Green Blue C M Y K H S L
Decimal 37 179 34 0.79 0 0.81 0.30 118.76 0.68 0.42
Hex 25 B3 22 4F 0 51 1E 77 44 2A
Octal 45 263 42 117 0 121 36 167 104 52
Binary 100101 10110011 100010 1001111 0 1010001 11110 1110111 1000100 101010

Color Harmonies of #25B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B322

Black with #25B322

Text Example


Text Example

White with #25B322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,179,34); }

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

background-color css

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

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

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

border-color css

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

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

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