Html Css Color HEX #25B22A Lime Green

📋 copy color: '#25B22A'

red 37 ◦ green 178 ◦ blue 42

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

Shades of Lime Green #25B22A

Tints of Lime Green #25B22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 69.26%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 14.4%
G = 69.26%
B = 16.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#25B22A (or 0x25B22A) is known color: Lime Green. HEX triplet: 25, B2 and 2A. RGB value is (37,178,42). Sum of RGB (Red+Green+Blue) = 37+178+42=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 178 (69.92% from 255 or 69.26% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 178 - color contains mainly: green. Hex color #25B22A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B22A is #DA4DD5. Grayscale: #787878. Windows color (decimal): -14306774 or 2798117. OLE color: 2798117.

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

Color convert

RGB 37 178 42 -
CMYK 0.79 0 0.76 0.30
HSL 122.13º 0.66% 0.42% -
HSV(B) 122.13º 0.79% 0.7% -
XYZ 17.1 32.4 7.54 -
YUV 120.34 83.79 68.56 -
System Red Green Blue C M Y K H S L
Decimal 37 178 42 0.79 0 0.76 0.30 122.13 0.66 0.42
Hex 25 B2 2A 4F 0 4C 1E 7A 42 2A
Octal 45 262 52 117 0 114 36 172 102 52
Binary 100101 10110010 101010 1001111 0 1001100 11110 1111010 1000010 101010

Color Harmonies of #25B22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B22A

Black with #25B22A

Text Example


Text Example

White with #25B22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,178,42); }

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

background-color css

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

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

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

border-color css

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

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

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