Html Css Color HEX #42D933 Lime Green

📋 copy color: '#42D933'

red 66 ◦ green 217 ◦ blue 51

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

Shades of Lime Green #42D933

Tints of Lime Green #42D933

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.97%

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

R = 19.76%
G = 64.97%
B = 15.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#42D933 (or 0x42D933) is known color: Lime Green. HEX triplet: 42, D9 and 33. RGB value is (66,217,51). Sum of RGB (Red+Green+Blue) = 66+217+51=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #42D933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D933 is #BD26CC. Grayscale: #999999. Windows color (decimal): -12396237 or 3397954. OLE color: 3397954.

HSL color Cylindrical-coordinate representation of color #42D933: hue angle of 114.58º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42D933 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 51 -
CMYK 0.70 0 0.76 0.15
HSL 114.58º 0.69% 0.53% -
HSV(B) 114.58º 0.76% 0.85% -
XYZ 27.66 51.02 11.52 -
YUV 152.93 70.47 66 -
System Red Green Blue C M Y K H S L
Decimal 66 217 51 0.70 0 0.76 0.15 114.58 0.69 0.53
Hex 42 D9 33 46 0 4C F 73 45 35
Octal 102 331 63 106 0 114 17 163 105 65
Binary 1000010 11011001 110011 1000110 0 1001100 1111 1110011 1000101 110101

Color Harmonies of #42D933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D933

Black with #42D933

Text Example


Text Example

White with #42D933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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