Html Css Color HEX #42E748 Lime Green

📋 copy color: '#42E748'

red 66 ◦ green 231 ◦ blue 72

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

Shades of Lime Green #42E748

Tints of Lime Green #42E748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 17.89%
G = 62.6%
B = 19.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#42E748 (or 0x42E748) is known color: Lime Green. HEX triplet: 42, E7 and 48. RGB value is (66,231,72). Sum of RGB (Red+Green+Blue) = 66+231+72=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #42E748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E748 is #BD18B7. Grayscale: #A4A4A4. Windows color (decimal): -12392632 or 4777794. OLE color: 4777794.

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

Color convert

RGB 66 231 72 -
CMYK 0.71 0 0.69 0.09
HSL 122.18º 0.77% 0.58% -
HSV(B) 122.18º 0.71% 0.91% -
XYZ 31.99 58.78 15.79 -
YUV 163.54 76.34 58.43 -
System Red Green Blue C M Y K H S L
Decimal 66 231 72 0.71 0 0.69 0.09 122.18 0.77 0.58
Hex 42 E7 48 47 0 45 9 7A 4D 3A
Octal 102 347 110 107 0 105 11 172 115 72
Binary 1000010 11100111 1001000 1000111 0 1000101 1001 1111010 1001101 111010

Color Harmonies of #42E748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E748

Black with #42E748

Text Example


Text Example

White with #42E748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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