Html Css Color HEX #25B53D Lime Green

📋 copy color: '#25B53D'

red 37 ◦ green 181 ◦ blue 61

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

Shades of Lime Green #25B53D

Tints of Lime Green #25B53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 64.87%

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 13.26%
G = 64.87%
B = 21.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#25B53D (or 0x25B53D) is known color: Lime Green. HEX triplet: 25, B5 and 3D. RGB value is (37,181,61). Sum of RGB (Red+Green+Blue) = 37+181+61=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #25B53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B53D is #DA4AC2. Grayscale: #7C7C7C. Windows color (decimal): -14305987 or 4044069. OLE color: 4044069.

HSL color Cylindrical-coordinate representation of color #25B53D: hue angle of 130º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B53D is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 181 61 -
CMYK 0.80 0 0.66 0.29
HSL 130º 0.66% 0.43% -
HSV(B) 130º 0.8% 0.71% -
XYZ 18.13 33.78 9.98 -
YUV 124.26 92.29 65.76 -
System Red Green Blue C M Y K H S L
Decimal 37 181 61 0.80 0 0.66 0.29 130 0.66 0.43
Hex 25 B5 3D 50 0 42 1D 82 42 2B
Octal 45 265 75 120 0 102 35 202 102 53
Binary 100101 10110101 111101 1010000 0 1000010 11101 10000010 1000010 101011

Color Harmonies of #25B53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B53D

Black with #25B53D

Text Example


Text Example

White with #25B53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,181,61); }

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

background-color css

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

 a { background-color: rgb(37,181,61); }

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

border-color css

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

 span { border-color: rgb(37,181,61); }

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