Html Css Color HEX #42F03D Lime Green

📋 copy color: '#42F03D'

red 66 ◦ green 240 ◦ blue 61

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

Shades of Lime Green #42F03D

Tints of Lime Green #42F03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.4%

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 17.98%
G = 65.4%
B = 16.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#42F03D (or 0x42F03D) is known color: Lime Green. HEX triplet: 42, F0 and 3D. RGB value is (66,240,61). Sum of RGB (Red+Green+Blue) = 66+240+61=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #42F03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F03D is #BD0FC2. Grayscale: #A8A8A8. Windows color (decimal): -12390339 or 4059202. OLE color: 4059202.

HSL color Cylindrical-coordinate representation of color #42F03D: hue angle of 118.32º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42F03D is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 61 -
CMYK 0.72 0 0.75 0.06
HSL 118.32º 0.86% 0.59% -
HSV(B) 118.32º 0.75% 0.94% -
XYZ 34.25 63.82 14.93 -
YUV 167.57 67.85 55.55 -
System Red Green Blue C M Y K H S L
Decimal 66 240 61 0.72 0 0.75 0.06 118.32 0.86 0.59
Hex 42 F0 3D 48 0 4B 6 76 56 3B
Octal 102 360 75 110 0 113 6 166 126 73
Binary 1000010 11110000 111101 1001000 0 1001011 110 1110110 1010110 111011

Color Harmonies of #42F03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F03D

Black with #42F03D

Text Example


Text Example

White with #42F03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,240,61); }

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

background-color css

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

 a { background-color: rgb(66,240,61); }

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

border-color css

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

 span { border-color: rgb(66,240,61); }

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