Html Css Color HEX #25BD1D Lime Green

📋 copy color: '#25BD1D'

red 37 ◦ green 189 ◦ blue 29

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

Shades of Lime Green #25BD1D

Tints of Lime Green #25BD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 74.12%

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 14.51%
G = 74.12%
B = 11.37%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#25BD1D (or 0x25BD1D) is known color: Lime Green. HEX triplet: 25, BD and 1D. RGB value is (37,189,29). Sum of RGB (Red+Green+Blue) = 37+189+29=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 189 (74.22% from 255 or 74.12% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BD1D is #DA42E2. Grayscale: #7D7D7D. Windows color (decimal): -14303971 or 1948965. OLE color: 1948965.

HSL color Cylindrical-coordinate representation of color #25BD1D: hue angle of 117º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BD1D is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 189 29 -
CMYK 0.80 0 0.85 0.26
HSL 117º 0.73% 0.43% -
HSV(B) 117º 0.85% 0.74% -
XYZ 19.18 36.88 7.27 -
YUV 125.31 73.64 65.01 -
System Red Green Blue C M Y K H S L
Decimal 37 189 29 0.80 0 0.85 0.26 117 0.73 0.43
Hex 25 BD 1D 50 0 55 1A 75 49 2B
Octal 45 275 35 120 0 125 32 165 111 53
Binary 100101 10111101 11101 1010000 0 1010101 11010 1110101 1001001 101011

Color Harmonies of #25BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BD1D

Black with #25BD1D

Text Example


Text Example

White with #25BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,189,29); }

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

background-color css

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

 a { background-color: rgb(37,189,29); }

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

border-color css

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

 span { border-color: rgb(37,189,29); }

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