Html Css Color HEX #25BC2C Lime Green

📋 copy color: '#25BC2C'

red 37 ◦ green 188 ◦ blue 44

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

Shades of Lime Green #25BC2C

Tints of Lime Green #25BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.89%

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

R = 13.75%
G = 69.89%
B = 16.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#25BC2C (or 0x25BC2C) is known color: Lime Green. HEX triplet: 25, BC and 2C. RGB value is (37,188,44). Sum of RGB (Red+Green+Blue) = 37+188+44=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC2C is #DA43D3. Grayscale: #7E7E7E. Windows color (decimal): -14304212 or 2931749. OLE color: 2931749.

HSL color Cylindrical-coordinate representation of color #25BC2C: hue angle of 122.78º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC2C is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 44 -
CMYK 0.80 0 0.77 0.26
HSL 122.78º 0.67% 0.44% -
HSV(B) 122.78º 0.8% 0.74% -
XYZ 19.2 36.54 8.42 -
YUV 126.44 81.47 64.21 -
System Red Green Blue C M Y K H S L
Decimal 37 188 44 0.80 0 0.77 0.26 122.78 0.67 0.44
Hex 25 BC 2C 50 0 4D 1A 7B 43 2C
Octal 45 274 54 120 0 115 32 173 103 54
Binary 100101 10111100 101100 1010000 0 1001101 11010 1111011 1000011 101100

Color Harmonies of #25BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC2C

Black with #25BC2C

Text Example


Text Example

White with #25BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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