#42BF30

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

Shades of Lime Green #42BF30

Tints of Lime Green #42BF30

Color information

#42BF30 (or 0x42BF30) is unknown color: approx Lime Green. HEX triplet: 42, BF and 30. RGB value is (66,191,48). Sum of RGB (Red+Green+Blue) = 66+191+48=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF30 is #BD40CF. Grayscale: #898989. Windows color (decimal): -12402896 or 3194690. OLE color: 3194690.

HSL color Cylindrical-coordinate representation of color #42BF30: hue angle of 112.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42BF30 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB6619148-
CMYK0.6500.750.25
HSL112.45º59.83%46.86%-
HSV(B)112.45º74.87%74.9%-
XYZ21.4138.639.12-
YUV137.3277.5977.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 191 (75% from 255) = 62.62%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=21.64%
G=62.62%
B=15.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66191480.6500.750.25112.4559.8346.86
Hex42BF304104B19703c2f
Octal102277601010113311607457
Binary100001010111111110000100000101001011110011110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,191,48); }

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

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

 a { background-color: rgb(66,191,48); }

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

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

 span { border-color: rgb(66,191,48); }

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