Html Css Color HEX #25BA2D Lime Green

📋 copy color: '#25BA2D'

red 37 ◦ green 186 ◦ blue 45

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

Shades of Lime Green #25BA2D

Tints of Lime Green #25BA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 13.81%
G = 69.4%
B = 16.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#25BA2D (or 0x25BA2D) is known color: Lime Green. HEX triplet: 25, BA and 2D. RGB value is (37,186,45). Sum of RGB (Red+Green+Blue) = 37+186+45=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA2D is #DA45D2. Grayscale: #7D7D7D. Windows color (decimal): -14304723 or 2996773. OLE color: 2996773.

HSL color Cylindrical-coordinate representation of color #25BA2D: hue angle of 123.22º 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 #25BA2D is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 186 45 -
CMYK 0.80 0 0.76 0.27
HSL 123.22º 0.67% 0.44% -
HSV(B) 123.22º 0.8% 0.73% -
XYZ 18.8 35.7 8.38 -
YUV 125.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 37 186 45 0.80 0 0.76 0.27 123.22 0.67 0.44
Hex 25 BA 2D 50 0 4C 1B 7B 43 2C
Octal 45 272 55 120 0 114 33 173 103 54
Binary 100101 10111010 101101 1010000 0 1001100 11011 1111011 1000011 101100

Color Harmonies of #25BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA2D

Black with #25BA2D

Text Example


Text Example

White with #25BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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