Html Css Color HEX #25BA34 Lime Green

📋 copy color: '#25BA34'

red 37 ◦ green 186 ◦ blue 52

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

Shades of Lime Green #25BA34

Tints of Lime Green #25BA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 13.45%
G = 67.64%
B = 18.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#25BA34 (or 0x25BA34) is known color: Lime Green. HEX triplet: 25, BA and 34. RGB value is (37,186,52). Sum of RGB (Red+Green+Blue) = 37+186+52=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA34 is #DA45CB. Grayscale: #7E7E7E. Windows color (decimal): -14304716 or 3455525. OLE color: 3455525.

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

Color convert

RGB 37 186 52 -
CMYK 0.80 0 0.72 0.27
HSL 126.04º 0.67% 0.44% -
HSV(B) 126.04º 0.8% 0.73% -
XYZ 18.94 35.76 9.15 -
YUV 126.17 86.14 64.4 -
System Red Green Blue C M Y K H S L
Decimal 37 186 52 0.80 0 0.72 0.27 126.04 0.67 0.44
Hex 25 BA 34 50 0 48 1B 7E 43 2C
Octal 45 272 64 120 0 110 33 176 103 54
Binary 100101 10111010 110100 1010000 0 1001000 11011 1111110 1000011 101100

Color Harmonies of #25BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA34

Black with #25BA34

Text Example


Text Example

White with #25BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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