Html Css Color HEX #42DC33 Lime Green

📋 copy color: '#42DC33'

red 66 ◦ green 220 ◦ blue 51

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

Shades of Lime Green #42DC33

Tints of Lime Green #42DC33

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.28%

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 19.58%
G = 65.28%
B = 15.13%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#42DC33 (or 0x42DC33) is known color: Lime Green. HEX triplet: 42, DC and 33. RGB value is (66,220,51). Sum of RGB (Red+Green+Blue) = 66+220+51=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC33 is #BD23CC. Grayscale: #9B9B9B. Windows color (decimal): -12395469 or 3398722. OLE color: 3398722.

HSL color Cylindrical-coordinate representation of color #42DC33: hue angle of 114.67º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42DC33 is Cyan = 0.7, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 220 51 -
CMYK 0.7 0 0.77 0.14
HSL 114.67º 0.71% 0.53% -
HSV(B) 114.67º 0.77% 0.86% -
XYZ 28.44 52.58 11.78 -
YUV 154.69 69.48 64.74 -
System Red Green Blue C M Y K H S L
Decimal 66 220 51 0.7 0 0.77 0.14 114.67 0.71 0.53
Hex 42 DC 33 46 0 4D E 73 47 35
Octal 102 334 63 106 0 115 16 163 107 65
Binary 1000010 11011100 110011 1000110 0 1001101 1110 1110011 1000111 110101

Color Harmonies of #42DC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DC33

Black with #42DC33

Text Example


Text Example

White with #42DC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,220,51); }

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

background-color css

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

 a { background-color: rgb(66,220,51); }

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

border-color css

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

 span { border-color: rgb(66,220,51); }

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