Html Css Color HEX #25BE40 Lime Green

📋 copy color: '#25BE40'

red 37 ◦ green 190 ◦ blue 64

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

Shades of Lime Green #25BE40

Tints of Lime Green #25BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 65.29%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 12.71%
G = 65.29%
B = 21.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#25BE40 (or 0x25BE40) is known color: Lime Green. HEX triplet: 25, BE and 40. RGB value is (37,190,64). Sum of RGB (Red+Green+Blue) = 37+190+64=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 190 (74.61% from 255 or 65.29% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 190 - color contains mainly: green. Hex color #25BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BE40 is #DA41BF. Grayscale: #828282. Windows color (decimal): -14303680 or 4242981. OLE color: 4242981.

HSL color Cylindrical-coordinate representation of color #25BE40: hue angle of 130.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BE40 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 190 64 -
CMYK 0.81 0 0.66 0.25
HSL 130.59º 0.67% 0.45% -
HSV(B) 130.59º 0.81% 0.75% -
XYZ 20.1 37.59 11.05 -
YUV 129.89 90.81 61.75 -
System Red Green Blue C M Y K H S L
Decimal 37 190 64 0.81 0 0.66 0.25 130.59 0.67 0.45
Hex 25 BE 40 51 0 42 19 83 43 2D
Octal 45 276 100 121 0 102 31 203 103 55
Binary 100101 10111110 1000000 1010001 0 1000010 11001 10000011 1000011 101101

Color Harmonies of #25BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BE40

Black with #25BE40

Text Example


Text Example

White with #25BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,190,64); }

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

background-color css

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

 a { background-color: rgb(37,190,64); }

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

border-color css

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

 span { border-color: rgb(37,190,64); }

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