Html Css Color HEX #42C03D Lime Green

📋 copy color: '#42C03D'

red 66 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #42C03D

Tints of Lime Green #42C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 20.69%
G = 60.19%
B = 19.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#42C03D (or 0x42C03D) is known color: Lime Green. HEX triplet: 42, C0 and 3D. RGB value is (66,192,61). Sum of RGB (Red+Green+Blue) = 66+192+61=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #42C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C03D is #BD3FC2. Grayscale: #8B8B8B. Windows color (decimal): -12402627 or 4046914. OLE color: 4046914.

HSL color Cylindrical-coordinate representation of color #42C03D: hue angle of 117.71º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42C03D is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 61 -
CMYK 0.66 0 0.68 0.25
HSL 117.71º 0.52% 0.5% -
HSV(B) 117.71º 0.68% 0.75% -
XYZ 21.94 39.19 10.82 -
YUV 139.39 83.76 75.65 -
System Red Green Blue C M Y K H S L
Decimal 66 192 61 0.66 0 0.68 0.25 117.71 0.52 0.5
Hex 42 C0 3D 42 0 44 19 76 34 32
Octal 102 300 75 102 0 104 31 166 64 62
Binary 1000010 11000000 111101 1000010 0 1000100 11001 1110110 110100 110010

Color Harmonies of #42C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C03D

Black with #42C03D

Text Example


Text Example

White with #42C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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