Html Css Color HEX #42E731 Lime Green

📋 copy color: '#42E731'

red 66 ◦ green 231 ◦ blue 49

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

Shades of Lime Green #42E731

Tints of Lime Green #42E731

RGB

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

 GREEN value IS 231 (90.63% from 255) = 66.76%

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

R = 19.08%
G = 66.76%
B = 14.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#42E731 (or 0x42E731) is known color: Lime Green. HEX triplet: 42, E7 and 31. RGB value is (66,231,49). Sum of RGB (Red+Green+Blue) = 66+231+49=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 231 (90.62% from 255 or 66.76% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 231 - color contains mainly: green. Hex color #42E731 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E731 is #BD18CE. Grayscale: #A1A1A1. Windows color (decimal): -12392655 or 3270466. OLE color: 3270466.

HSL color Cylindrical-coordinate representation of color #42E731: hue angle of 114.4º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42E731 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 49 -
CMYK 0.71 0 0.79 0.09
HSL 114.4º 0.79% 0.55% -
HSV(B) 114.4º 0.79% 0.91% -
XYZ 31.38 58.53 12.55 -
YUV 160.92 64.84 60.3 -
System Red Green Blue C M Y K H S L
Decimal 66 231 49 0.71 0 0.79 0.09 114.4 0.79 0.55
Hex 42 E7 31 47 0 4F 9 72 4F 37
Octal 102 347 61 107 0 117 11 162 117 67
Binary 1000010 11100111 110001 1000111 0 1001111 1001 1110010 1001111 110111

Color Harmonies of #42E731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E731

Black with #42E731

Text Example


Text Example

White with #42E731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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