Html Css Color HEX #42F745 Lime Green

📋 copy color: '#42F745'

red 66 ◦ green 247 ◦ blue 69

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

Shades of Lime Green #42F745

Tints of Lime Green #42F745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 17.28%
G = 64.66%
B = 18.06%

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

#42F745 (or 0x42F745) is known color: Lime Green. HEX triplet: 42, F7 and 45. RGB value is (66,247,69). Sum of RGB (Red+Green+Blue) = 66+247+69=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #42F745 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F745 is #BD08BA. Grayscale: #ADADAD. Windows color (decimal): -12388539 or 4585282. OLE color: 4585282.

HSL color Cylindrical-coordinate representation of color #42F745: hue angle of 120.99º 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 #42F745 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 247 69 -
CMYK 0.73 0 0.72 0.03
HSL 120.99º 0.92% 0.61% -
HSV(B) 120.99º 0.73% 0.97% -
XYZ 36.58 68.11 16.85 -
YUV 172.59 69.53 51.97 -
System Red Green Blue C M Y K H S L
Decimal 66 247 69 0.73 0 0.72 0.03 120.99 0.92 0.61
Hex 42 F7 45 49 0 48 3 79 5C 3D
Octal 102 367 105 111 0 110 3 171 134 75
Binary 1000010 11110111 1000101 1001001 0 1001000 11 1111001 1011100 111101

Color Harmonies of #42F745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F745

Black with #42F745

Text Example


Text Example

White with #42F745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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