Html Css Color HEX #25AD2B Lime Green

📋 copy color: '#25AD2B'

red 37 ◦ green 173 ◦ blue 43

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

Shades of Lime Green #25AD2B

Tints of Lime Green #25AD2B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 68.38%

 BLUE value IS 43 (17.19% from 255) = 17%

R = 14.62%
G = 68.38%
B = 17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#25AD2B (or 0x25AD2B) is known color: Lime Green. HEX triplet: 25, AD and 2B. RGB value is (37,173,43). Sum of RGB (Red+Green+Blue) = 37+173+43=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AD2B is #DA52D4. Grayscale: #757575. Windows color (decimal): -14308053 or 2862373. OLE color: 2862373.

HSL color Cylindrical-coordinate representation of color #25AD2B: hue angle of 122.65º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AD2B is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 173 43 -
CMYK 0.79 0 0.75 0.32
HSL 122.65º 0.65% 0.41% -
HSV(B) 122.65º 0.79% 0.68% -
XYZ 16.14 30.45 7.31 -
YUV 117.52 85.94 70.57 -
System Red Green Blue C M Y K H S L
Decimal 37 173 43 0.79 0 0.75 0.32 122.65 0.65 0.41
Hex 25 AD 2B 4F 0 4B 20 7B 41 29
Octal 45 255 53 117 0 113 40 173 101 51
Binary 100101 10101101 101011 1001111 0 1001011 100000 1111011 1000001 101001

Color Harmonies of #25AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AD2B

Black with #25AD2B

Text Example


Text Example

White with #25AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,173,43); }

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

background-color css

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

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

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

border-color css

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

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

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