Html Css Color HEX #25BC2D Lime Green

📋 copy color: '#25BC2D'

red 37 ◦ green 188 ◦ blue 45

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

Shades of Lime Green #25BC2D

Tints of Lime Green #25BC2D

RGB

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

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

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

R = 13.7%
G = 69.63%
B = 16.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#25BC2D (or 0x25BC2D) is known color: Lime Green. HEX triplet: 25, BC and 2D. RGB value is (37,188,45). Sum of RGB (Red+Green+Blue) = 37+188+45=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC2D is #DA43D2. Grayscale: #7E7E7E. Windows color (decimal): -14304211 or 2997285. OLE color: 2997285.

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

Color convert

RGB 37 188 45 -
CMYK 0.80 0 0.76 0.26
HSL 123.18º 0.67% 0.44% -
HSV(B) 123.18º 0.8% 0.74% -
XYZ 19.22 36.55 8.52 -
YUV 126.55 81.97 64.13 -
System Red Green Blue C M Y K H S L
Decimal 37 188 45 0.80 0 0.76 0.26 123.18 0.67 0.44
Hex 25 BC 2D 50 0 4C 1A 7B 43 2C
Octal 45 274 55 120 0 114 32 173 103 54
Binary 100101 10111100 101101 1010000 0 1001100 11010 1111011 1000011 101100

Color Harmonies of #25BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC2D

Black with #25BC2D

Text Example


Text Example

White with #25BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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