Html Css Color HEX #42F744 Lime Green

📋 copy color: '#42F744'

red 66 ◦ green 247 ◦ blue 68

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

Shades of Lime Green #42F744

Tints of Lime Green #42F744

RGB

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

 GREEN value IS 247 (96.88% from 255) = 64.83%

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

R = 17.32%
G = 64.83%
B = 17.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#42F744 (or 0x42F744) is known color: Lime Green. HEX triplet: 42, F7 and 44. RGB value is (66,247,68). Sum of RGB (Red+Green+Blue) = 66+247+68=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #42F744 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F744 is #BD08BB. Grayscale: #ADADAD. Windows color (decimal): -12388540 or 4519746. OLE color: 4519746.

HSL color Cylindrical-coordinate representation of color #42F744: hue angle of 120.66º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F744 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 247 68 -
CMYK 0.73 0 0.72 0.03
HSL 120.66º 0.92% 0.61% -
HSV(B) 120.66º 0.73% 0.97% -
XYZ 36.55 68.1 16.69 -
YUV 172.48 69.03 52.05 -
System Red Green Blue C M Y K H S L
Decimal 66 247 68 0.73 0 0.72 0.03 120.66 0.92 0.61
Hex 42 F7 44 49 0 48 3 79 5C 3D
Octal 102 367 104 111 0 110 3 171 134 75
Binary 1000010 11110111 1000100 1001001 0 1001000 11 1111001 1011100 111101

Color Harmonies of #42F744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F744

Black with #42F744

Text Example


Text Example

White with #42F744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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