Html Css Color HEX #42C030 Lime Green

📋 copy color: '#42C030'

red 66 ◦ green 192 ◦ blue 48

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

Shades of Lime Green #42C030

Tints of Lime Green #42C030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.75%

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

R = 21.57%
G = 62.75%
B = 15.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#42C030 (or 0x42C030) is known color: Lime Green. HEX triplet: 42, C0 and 30. RGB value is (66,192,48). Sum of RGB (Red+Green+Blue) = 66+192+48=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #42C030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C030 is #BD3FCF. Grayscale: #8A8A8A. Windows color (decimal): -12402640 or 3194946. OLE color: 3194946.

HSL color Cylindrical-coordinate representation of color #42C030: hue angle of 112.5º 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 #42C030 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 48 -
CMYK 0.66 0 0.75 0.25
HSL 112.5º 0.6% 0.47% -
HSV(B) 112.5º 0.75% 0.75% -
XYZ 21.63 39.07 9.2 -
YUV 137.91 77.26 76.71 -
System Red Green Blue C M Y K H S L
Decimal 66 192 48 0.66 0 0.75 0.25 112.5 0.6 0.47
Hex 42 C0 30 42 0 4B 19 70 3C 2F
Octal 102 300 60 102 0 113 31 160 74 57
Binary 1000010 11000000 110000 1000010 0 1001011 11001 1110000 111100 101111

Color Harmonies of #42C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C030

Black with #42C030

Text Example


Text Example

White with #42C030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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