Html Css Color HEX #25BA30 Lime Green

📋 copy color: '#25BA30'

red 37 ◦ green 186 ◦ blue 48

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

Shades of Lime Green #25BA30

Tints of Lime Green #25BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 13.65%
G = 68.63%
B = 17.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#25BA30 (or 0x25BA30) is known color: Lime Green. HEX triplet: 25, BA and 30. RGB value is (37,186,48). Sum of RGB (Red+Green+Blue) = 37+186+48=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA30 is #DA45CF. Grayscale: #7E7E7E. Windows color (decimal): -14304720 or 3193381. OLE color: 3193381.

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

Color convert

RGB 37 186 48 -
CMYK 0.80 0 0.74 0.27
HSL 124.43º 0.67% 0.44% -
HSV(B) 124.43º 0.8% 0.73% -
XYZ 18.86 35.72 8.7 -
YUV 125.72 84.14 64.72 -
System Red Green Blue C M Y K H S L
Decimal 37 186 48 0.80 0 0.74 0.27 124.43 0.67 0.44
Hex 25 BA 30 50 0 4A 1B 7C 43 2C
Octal 45 272 60 120 0 112 33 174 103 54
Binary 100101 10111010 110000 1010000 0 1001010 11011 1111100 1000011 101100

Color Harmonies of #25BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA30

Black with #25BA30

Text Example


Text Example

White with #25BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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