Html Css Color HEX #42B530 Lime Green

📋 copy color: '#42B530'

red 66 ◦ green 181 ◦ blue 48

#42B530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #42B530

Tints of Lime Green #42B530

RGB

 RED value IS 66 (26.17% from 255) = 22.37%

 GREEN value IS 181 (71.09% from 255) = 61.36%

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 22.37%
G = 61.36%
B = 16.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#42B530 (or 0x42B530) is known color: Lime Green. HEX triplet: 42, B5 and 30. RGB value is (66,181,48). Sum of RGB (Red+Green+Blue) = 66+181+48=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #42B530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B530 is #BD4ACF. Grayscale: #838383. Windows color (decimal): -12405456 or 3192130. OLE color: 3192130.

HSL color Cylindrical-coordinate representation of color #42B530: hue angle of 111.88º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42B530 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 181 48 -
CMYK 0.64 0 0.73 0.29
HSL 111.88º 0.58% 0.45% -
HSV(B) 111.88º 0.73% 0.71% -
XYZ 19.3 34.42 8.42 -
YUV 131.45 80.9 81.31 -
System Red Green Blue C M Y K H S L
Decimal 66 181 48 0.64 0 0.73 0.29 111.88 0.58 0.45
Hex 42 B5 30 40 0 49 1D 70 3A 2D
Octal 102 265 60 100 0 111 35 160 72 55
Binary 1000010 10110101 110000 1000000 0 1001001 11101 1110000 111010 101101

Color Harmonies of #42B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B530

Black with #42B530

Text Example


Text Example

White with #42B530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42B530;
 }
 .AnyTagClassName
 {
   color: #42B530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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