Html Css Color HEX #42BC43 Lime Green

📋 copy color: '#42BC43'

red 66 ◦ green 188 ◦ blue 67

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

Shades of Lime Green #42BC43

Tints of Lime Green #42BC43

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

 BLUE value IS 67 (26.56% from 255) = 20.87%

R = 20.56%
G = 58.57%
B = 20.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#42BC43 (or 0x42BC43) is known color: Lime Green. HEX triplet: 42, BC and 43. RGB value is (66,188,67). Sum of RGB (Red+Green+Blue) = 66+188+67=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC43 is #BD43BC. Grayscale: #8A8A8A. Windows color (decimal): -12403645 or 4439106. OLE color: 4439106.

HSL color Cylindrical-coordinate representation of color #42BC43: hue angle of 120.49º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC43 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 67 -
CMYK 0.65 0 0.64 0.26
HSL 120.49º 0.48% 0.5% -
HSV(B) 120.49º 0.65% 0.74% -
XYZ 21.24 37.53 11.43 -
YUV 137.73 88.08 76.84 -
System Red Green Blue C M Y K H S L
Decimal 66 188 67 0.65 0 0.64 0.26 120.49 0.48 0.5
Hex 42 BC 43 41 0 40 1A 78 30 32
Octal 102 274 103 101 0 100 32 170 60 62
Binary 1000010 10111100 1000011 1000001 0 1000000 11010 1111000 110000 110010

Color Harmonies of #42BC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC43

Black with #42BC43

Text Example


Text Example

White with #42BC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,188,67); }

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

background-color css

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

 a { background-color: rgb(66,188,67); }

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

border-color css

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

 span { border-color: rgb(66,188,67); }

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