#25C33D

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

Shades of Lime Green #25C33D

Tints of Lime Green #25C33D

Color information

#25C33D (or 0x25C33D) is unknown color: approx Lime Green. HEX triplet: 25, C3 and 3D. RGB value is (37,195,61). Sum of RGB (Red+Green+Blue) = 37+195+61=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 195 (76.56% from 255 or 66.55% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 195 - color contains mainly: green. Hex color #25C33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C33D is #DA3CC2. Grayscale: #848484. Windows color (decimal): -14302403 or 4047653. OLE color: 4047653.

HSL color Cylindrical-coordinate representation of color #25C33D: hue angle of 129.11º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C33D is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB3719561-
CMYK0.8100.690.24
HSL129.11º68.1%45.49%-
HSV(B)129.11º81.03%76.47%-
XYZ21.1239.7610.98-
YUV132.4887.6559.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 195 (76.56% from 255) = 66.55%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=12.63%
G=66.55%
B=20.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37195610.8100.690.24129.1168.145.49
Hex25C33D510451881442d
Octal453037512101053020110455
Binary1001011100001111110110100010100010111000100000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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