Html Css Color HEX #42C83F Lime Green

📋 copy color: '#42C83F'

red 66 ◦ green 200 ◦ blue 63

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

Shades of Lime Green #42C83F

Tints of Lime Green #42C83F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.79%

 BLUE value IS 63 (25% from 255) = 19.15%

R = 20.06%
G = 60.79%
B = 19.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#42C83F (or 0x42C83F) is known color: Lime Green. HEX triplet: 42, C8 and 3F. RGB value is (66,200,63). Sum of RGB (Red+Green+Blue) = 66+200+63=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #42C83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C83F is #BD37C0. Grayscale: #909090. Windows color (decimal): -12400577 or 4180034. OLE color: 4180034.

HSL color Cylindrical-coordinate representation of color #42C83F: hue angle of 118.69º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42C83F is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 200 63 -
CMYK 0.67 0 0.68 0.22
HSL 118.69º 0.55% 0.52% -
HSV(B) 118.69º 0.69% 0.78% -
XYZ 23.8 42.83 11.71 -
YUV 144.32 82.11 72.14 -
System Red Green Blue C M Y K H S L
Decimal 66 200 63 0.67 0 0.68 0.22 118.69 0.55 0.52
Hex 42 C8 3F 43 0 44 16 77 37 34
Octal 102 310 77 103 0 104 26 167 67 64
Binary 1000010 11001000 111111 1000011 0 1000100 10110 1110111 110111 110100

Color Harmonies of #42C83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C83F

Black with #42C83F

Text Example


Text Example

White with #42C83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,200,63); }

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

background-color css

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

 a { background-color: rgb(66,200,63); }

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

border-color css

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

 span { border-color: rgb(66,200,63); }

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