Html Css Color HEX #25BE2D Lime Green

📋 copy color: '#25BE2D'

red 37 ◦ green 190 ◦ blue 45

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

Shades of Lime Green #25BE2D

Tints of Lime Green #25BE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 13.6%
G = 69.85%
B = 16.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#25BE2D (or 0x25BE2D) is known color: Lime Green. HEX triplet: 25, BE and 2D. RGB value is (37,190,45). Sum of RGB (Red+Green+Blue) = 37+190+45=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 190 (74.61% from 255 or 69.85% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 190 - color contains mainly: green. Hex color #25BE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BE2D is #DA41D2. Grayscale: #808080. Windows color (decimal): -14303699 or 2997797. OLE color: 2997797.

HSL color Cylindrical-coordinate representation of color #25BE2D: hue angle of 123.14º 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 #25BE2D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 190 45 -
CMYK 0.81 0 0.76 0.25
HSL 123.14º 0.67% 0.45% -
HSV(B) 123.14º 0.81% 0.75% -
XYZ 19.65 37.41 8.67 -
YUV 127.72 81.31 63.29 -
System Red Green Blue C M Y K H S L
Decimal 37 190 45 0.81 0 0.76 0.25 123.14 0.67 0.45
Hex 25 BE 2D 51 0 4C 19 7B 43 2D
Octal 45 276 55 121 0 114 31 173 103 55
Binary 100101 10111110 101101 1010001 0 1001100 11001 1111011 1000011 101101

Color Harmonies of #25BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BE2D

Black with #25BE2D

Text Example


Text Example

White with #25BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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