Html Css Color HEX #42F144 Lime Green

📋 copy color: '#42F144'

red 66 ◦ green 241 ◦ blue 68

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

Shades of Lime Green #42F144

Tints of Lime Green #42F144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.27%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 17.6%
G = 64.27%
B = 18.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#42F144 (or 0x42F144) is known color: Lime Green. HEX triplet: 42, F1 and 44. RGB value is (66,241,68). Sum of RGB (Red+Green+Blue) = 66+241+68=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #42F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F144 is #BD0EBB. Grayscale: #A9A9A9. Windows color (decimal): -12390076 or 4518210. OLE color: 4518210.

HSL color Cylindrical-coordinate representation of color #42F144: hue angle of 120.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F144 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 68 -
CMYK 0.73 0 0.72 0.05
HSL 120.69º 0.86% 0.6% -
HSV(B) 120.69º 0.73% 0.95% -
XYZ 34.75 64.49 16.08 -
YUV 168.95 71.02 54.57 -
System Red Green Blue C M Y K H S L
Decimal 66 241 68 0.73 0 0.72 0.05 120.69 0.86 0.6
Hex 42 F1 44 49 0 48 5 79 56 3C
Octal 102 361 104 111 0 110 5 171 126 74
Binary 1000010 11110001 1000100 1001001 0 1001000 101 1111001 1010110 111100

Color Harmonies of #42F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F144

Black with #42F144

Text Example


Text Example

White with #42F144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,241,68); }

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

background-color css

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

 a { background-color: rgb(66,241,68); }

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

border-color css

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

 span { border-color: rgb(66,241,68); }

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