Html Css Color HEX #42C54A Lime Green

📋 copy color: '#42C54A'

red 66 ◦ green 197 ◦ blue 74

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

Shades of Lime Green #42C54A

Tints of Lime Green #42C54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.46%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 19.58%
G = 58.46%
B = 21.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#42C54A (or 0x42C54A) is known color: Lime Green. HEX triplet: 42, C5 and 4A. RGB value is (66,197,74). Sum of RGB (Red+Green+Blue) = 66+197+74=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #42C54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C54A is #BD3AB5. Grayscale: #909090. Windows color (decimal): -12401334 or 4900162. OLE color: 4900162.

HSL color Cylindrical-coordinate representation of color #42C54A: hue angle of 123.66º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C54A is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 74 -
CMYK 0.66 0 0.62 0.23
HSL 123.66º 0.53% 0.52% -
HSV(B) 123.66º 0.66% 0.77% -
XYZ 23.45 41.59 13.27 -
YUV 143.81 88.6 72.5 -
System Red Green Blue C M Y K H S L
Decimal 66 197 74 0.66 0 0.62 0.23 123.66 0.53 0.52
Hex 42 C5 4A 42 0 3E 17 7C 35 34
Octal 102 305 112 102 0 76 27 174 65 64
Binary 1000010 11000101 1001010 1000010 0 111110 10111 1111100 110101 110100

Color Harmonies of #42C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C54A

Black with #42C54A

Text Example


Text Example

White with #42C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,197,74); }

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

background-color css

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

 a { background-color: rgb(66,197,74); }

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

border-color css

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

 span { border-color: rgb(66,197,74); }

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