Html Css Color HEX #42C631 Lime Green

📋 copy color: '#42C631'

red 66 ◦ green 198 ◦ blue 49

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

Shades of Lime Green #42C631

Tints of Lime Green #42C631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.26%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 21.09%
G = 63.26%
B = 15.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#42C631 (or 0x42C631) is known color: Lime Green. HEX triplet: 42, C6 and 31. RGB value is (66,198,49). Sum of RGB (Red+Green+Blue) = 66+198+49=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 198 (77.73% from 255 or 63.26% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 198 - color contains mainly: green. Hex color #42C631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C631 is #BD39CE. Grayscale: #8E8E8E. Windows color (decimal): -12401103 or 3262018. OLE color: 3262018.

HSL color Cylindrical-coordinate representation of color #42C631: hue angle of 113.15º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42C631 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 198 49 -
CMYK 0.67 0 0.75 0.22
HSL 113.15º 0.6% 0.48% -
HSV(B) 113.15º 0.75% 0.78% -
XYZ 23 41.77 9.76 -
YUV 141.55 75.77 74.12 -
System Red Green Blue C M Y K H S L
Decimal 66 198 49 0.67 0 0.75 0.22 113.15 0.6 0.48
Hex 42 C6 31 43 0 4B 16 71 3C 30
Octal 102 306 61 103 0 113 26 161 74 60
Binary 1000010 11000110 110001 1000011 0 1001011 10110 1110001 111100 110000

Color Harmonies of #42C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C631

Black with #42C631

Text Example


Text Example

White with #42C631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,198,49); }

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

background-color css

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

 a { background-color: rgb(66,198,49); }

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

border-color css

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

 span { border-color: rgb(66,198,49); }

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