Html Css Color HEX #25BA38 Lime Green

📋 copy color: '#25BA38'

red 37 ◦ green 186 ◦ blue 56

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

Shades of Lime Green #25BA38

Tints of Lime Green #25BA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.07%

R = 13.26%
G = 66.67%
B = 20.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#25BA38 (or 0x25BA38) is known color: Lime Green. HEX triplet: 25, BA and 38. RGB value is (37,186,56). Sum of RGB (Red+Green+Blue) = 37+186+56=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA38 is #DA45C7. Grayscale: #7E7E7E. Windows color (decimal): -14304712 or 3717669. OLE color: 3717669.

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

Color convert

RGB 37 186 56 -
CMYK 0.80 0 0.70 0.27
HSL 127.65º 0.67% 0.44% -
HSV(B) 127.65º 0.8% 0.73% -
XYZ 19.04 35.8 9.65 -
YUV 126.63 88.14 64.07 -
System Red Green Blue C M Y K H S L
Decimal 37 186 56 0.80 0 0.70 0.27 127.65 0.67 0.44
Hex 25 BA 38 50 0 46 1B 80 43 2C
Octal 45 272 70 120 0 106 33 200 103 54
Binary 100101 10111010 111000 1010000 0 1000110 11011 10000000 1000011 101100

Color Harmonies of #25BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA38

Black with #25BA38

Text Example


Text Example

White with #25BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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