Html Css Color HEX #25BD1E Lime Green

📋 copy color: '#25BD1E'

red 37 ◦ green 189 ◦ blue 30

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

Shades of Lime Green #25BD1E

Tints of Lime Green #25BD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 14.45%
G = 73.83%
B = 11.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#25BD1E (or 0x25BD1E) is known color: Lime Green. HEX triplet: 25, BD and 1E. RGB value is (37,189,30). Sum of RGB (Red+Green+Blue) = 37+189+30=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 189 (74.22% from 255 or 73.83% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BD1E is #DA42E1. Grayscale: #7D7D7D. Windows color (decimal): -14303970 or 2014501. OLE color: 2014501.

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

Color convert

RGB 37 189 30 -
CMYK 0.80 0 0.84 0.26
HSL 117.36º 0.73% 0.43% -
HSV(B) 117.36º 0.84% 0.74% -
XYZ 19.19 36.88 7.34 -
YUV 125.43 74.14 64.93 -
System Red Green Blue C M Y K H S L
Decimal 37 189 30 0.80 0 0.84 0.26 117.36 0.73 0.43
Hex 25 BD 1E 50 0 54 1A 75 49 2B
Octal 45 275 36 120 0 124 32 165 111 53
Binary 100101 10111101 11110 1010000 0 1010100 11010 1110101 1001001 101011

Color Harmonies of #25BD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BD1E

Black with #25BD1E

Text Example


Text Example

White with #25BD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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