Html Css Color HEX #42CA4D Lime Green

📋 copy color: '#42CA4D'

red 66 ◦ green 202 ◦ blue 77

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

Shades of Lime Green #42CA4D

Tints of Lime Green #42CA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.55%

 BLUE value IS 77 (30.47% from 255) = 22.32%

R = 19.13%
G = 58.55%
B = 22.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#42CA4D (or 0x42CA4D) is known color: Lime Green. HEX triplet: 42, CA and 4D. RGB value is (66,202,77). Sum of RGB (Red+Green+Blue) = 66+202+77=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA4D is #BD35B2. Grayscale: #939393. Windows color (decimal): -12400051 or 5098050. OLE color: 5098050.

HSL color Cylindrical-coordinate representation of color #42CA4D: hue angle of 124.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA4D is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 77 -
CMYK 0.67 0 0.62 0.21
HSL 124.85º 0.56% 0.53% -
HSV(B) 124.85º 0.67% 0.79% -
XYZ 24.71 43.94 14.2 -
YUV 147.09 88.44 70.16 -
System Red Green Blue C M Y K H S L
Decimal 66 202 77 0.67 0 0.62 0.21 124.85 0.56 0.53
Hex 42 CA 4D 43 0 3E 15 7D 38 35
Octal 102 312 115 103 0 76 25 175 70 65
Binary 1000010 11001010 1001101 1000011 0 111110 10101 1111101 111000 110101

Color Harmonies of #42CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA4D

Black with #42CA4D

Text Example


Text Example

White with #42CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,77); }

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

background-color css

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

 a { background-color: rgb(66,202,77); }

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

border-color css

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

 span { border-color: rgb(66,202,77); }

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