#25BD2D

Color #25BD2D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25BD2D

Tints of Lime Green #25BD2D

Color information

#25BD2D (or 0x25BD2D) is unknown color: approx Lime Green. HEX triplet: 25, BD and 2D. RGB value is (37,189,45). Sum of RGB (Red+Green+Blue) = 37+189+45=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BD2D is #DA42D2. Grayscale: #7F7F7F. Windows color (decimal): -14303955 or 2997541. OLE color: 2997541.

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

Color convert

RGB3718945-
CMYK0.8000.760.26
HSL123.16º67.26%44.31%-
HSV(B)123.16º80.42%74.12%-
XYZ19.4336.988.6-
YUV127.1481.6463.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 189 (74.22% from 255) = 69.74%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=13.65%
G=69.74%
B=16.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal37189450.8000.760.26123.1667.2644.31
Hex25BD2D5004C1A7b432c
Octal452755512001143217310354
Binary100101101111011011011010000010011001101011110111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25BD2D;
 }
 .AnyTagClassName
 {
   color: #25BD2D;
 }
</style>
background-color css

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

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

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

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

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

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