Html Css Color HEX #25BF2C Lime Green

📋 copy color: '#25BF2C'

red 37 ◦ green 191 ◦ blue 44

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

Shades of Lime Green #25BF2C

Tints of Lime Green #25BF2C

RGB

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

 GREEN value IS 191 (75% from 255) = 70.22%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 13.6%
G = 70.22%
B = 16.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#25BF2C (or 0x25BF2C) is known color: Lime Green. HEX triplet: 25, BF and 2C. RGB value is (37,191,44). Sum of RGB (Red+Green+Blue) = 37+191+44=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BF2C is #DA40D3. Grayscale: #808080. Windows color (decimal): -14303444 or 2932517. OLE color: 2932517.

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

Color convert

RGB 37 191 44 -
CMYK 0.81 0 0.77 0.25
HSL 122.73º 0.68% 0.45% -
HSV(B) 122.73º 0.81% 0.75% -
XYZ 19.85 37.84 8.64 -
YUV 128.2 80.48 62.95 -
System Red Green Blue C M Y K H S L
Decimal 37 191 44 0.81 0 0.77 0.25 122.73 0.68 0.45
Hex 25 BF 2C 51 0 4D 19 7B 44 2D
Octal 45 277 54 121 0 115 31 173 104 55
Binary 100101 10111111 101100 1010001 0 1001101 11001 1111011 1000100 101101

Color Harmonies of #25BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BF2C

Black with #25BF2C

Text Example


Text Example

White with #25BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,191,44); }

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

background-color css

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

 a { background-color: rgb(37,191,44); }

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

border-color css

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

 span { border-color: rgb(37,191,44); }

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