Html Css Color HEX #25BA2A Lime Green

📋 copy color: '#25BA2A'

red 37 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #25BA2A

Tints of Lime Green #25BA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.19%

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

R = 13.96%
G = 70.19%
B = 15.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#25BA2A (or 0x25BA2A) is known color: Lime Green. HEX triplet: 25, BA and 2A. RGB value is (37,186,42). Sum of RGB (Red+Green+Blue) = 37+186+42=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA2A is #DA45D5. Grayscale: #7D7D7D. Windows color (decimal): -14304726 or 2800165. OLE color: 2800165.

HSL color Cylindrical-coordinate representation of color #25BA2A: hue angle of 122.01º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA2A is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 186 42 -
CMYK 0.80 0 0.77 0.27
HSL 122.01º 0.67% 0.44% -
HSV(B) 122.01º 0.8% 0.73% -
XYZ 18.74 35.68 8.09 -
YUV 125.03 81.14 65.21 -
System Red Green Blue C M Y K H S L
Decimal 37 186 42 0.80 0 0.77 0.27 122.01 0.67 0.44
Hex 25 BA 2A 50 0 4D 1B 7A 43 2C
Octal 45 272 52 120 0 115 33 172 103 54
Binary 100101 10111010 101010 1010000 0 1001101 11011 1111010 1000011 101100

Color Harmonies of #25BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA2A

Black with #25BA2A

Text Example


Text Example

White with #25BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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