#42E725

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

Shades of Lime Green #42E725

Tints of Lime Green #42E725

Color information

#42E725 (or 0x42E725) is unknown color: approx Lime Green. HEX triplet: 42, E7 and 25. RGB value is (66,231,37). Sum of RGB (Red+Green+Blue) = 66+231+37=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #42E725 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E725 is #BD18DA. Grayscale: #A0A0A0. Windows color (decimal): -12392667 or 2484034. OLE color: 2484034.

HSL color Cylindrical-coordinate representation of color #42E725: hue angle of 111.03º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42E725 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB6623137-
CMYK0.7100.840.09
HSL111.03º80.17%52.55%-
HSV(B)111.03º83.98%90.59%-
XYZ31.1658.4411.39-
YUV159.5558.8461.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 231 (90.62% from 255) = 69.16%
BLUE value IS 37 (14.84% from 255) = 11.08%
R=19.76%
G=69.16%
B=11.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66231370.7100.840.09111.0380.1752.55
Hex42E7254705496f5035
Octal1023474510701241115712065
Binary100001011100111100101100011101010100100111011111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42E725; }

 p { color: rgb(66,231,37); }

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

<style>
 a { background-color: #42E725; }

 a { background-color: rgb(66,231,37); }

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

<style>
 span { border-color: #42E725; }

 span { border-color: rgb(66,231,37); }

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