#25D627

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

Shades of Lime Green #25D627

Tints of Lime Green #25D627

Color information

#25D627 (or 0x25D627) is unknown color: approx Lime Green. HEX triplet: 25, D6 and 27. RGB value is (37,214,39). Sum of RGB (Red+Green+Blue) = 37+214+39=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 214 (83.98% from 255 or 73.79% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 214 - color contains mainly: green. Hex color #25D627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D627 is #DA29D8. Grayscale: #8D8D8D. Windows color (decimal): -14297561 or 2610725. OLE color: 2610725.

HSL color Cylindrical-coordinate representation of color #25D627: hue angle of 120.68º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D627 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB3721439-
CMYK0.8300.820.16
HSL120.68º70.52%49.22%-
HSV(B)120.68º82.71%83.92%-
XYZ25.1848.639.98-
YUV141.1370.3653.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 214 (83.98% from 255) = 73.79%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=12.76%
G=73.79%
B=13.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal37214390.8300.820.16120.6870.5249.22
Hex25D6275305210794731
Octal453264712301222017110761
Binary100101110101101001111010011010100101000011110011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,214,39); }

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

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

 a { background-color: rgb(37,214,39); }

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

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

 span { border-color: rgb(37,214,39); }

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