Html Css Color HEX #25BA1D Lime Green

📋 copy color: '#25BA1D'

red 37 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #25BA1D

Tints of Lime Green #25BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 14.68%
G = 73.81%
B = 11.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#25BA1D (or 0x25BA1D) is known color: Lime Green. HEX triplet: 25, BA and 1D. RGB value is (37,186,29). Sum of RGB (Red+Green+Blue) = 37+186+29=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA1D is #DA45E2. Grayscale: #7C7C7C. Windows color (decimal): -14304739 or 1948197. OLE color: 1948197.

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

Color convert

RGB 37 186 29 -
CMYK 0.80 0 0.84 0.27
HSL 116.94º 0.73% 0.42% -
HSV(B) 116.94º 0.84% 0.73% -
XYZ 18.54 35.6 7.06 -
YUV 123.55 74.64 66.27 -
System Red Green Blue C M Y K H S L
Decimal 37 186 29 0.80 0 0.84 0.27 116.94 0.73 0.42
Hex 25 BA 1D 50 0 54 1B 75 49 2A
Octal 45 272 35 120 0 124 33 165 111 52
Binary 100101 10111010 11101 1010000 0 1010100 11011 1110101 1001001 101010

Color Harmonies of #25BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA1D

Black with #25BA1D

Text Example


Text Example

White with #25BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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