Html Css Color HEX #42F83D Lime Green

📋 copy color: '#42F83D'

red 66 ◦ green 248 ◦ blue 61

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

Shades of Lime Green #42F83D

Tints of Lime Green #42F83D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 66.13%

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

R = 17.6%
G = 66.13%
B = 16.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#42F83D (or 0x42F83D) is known color: Lime Green. HEX triplet: 42, F8 and 3D. RGB value is (66,248,61). Sum of RGB (Red+Green+Blue) = 66+248+61=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 248 (97.27% from 255 or 66.13% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 248 - color contains mainly: green. Hex color #42F83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F83D is #BD07C2. Grayscale: #ACACAC. Windows color (decimal): -12388291 or 4061250. OLE color: 4061250.

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

Color convert

RGB 66 248 61 -
CMYK 0.73 0 0.75 0.03
HSL 118.4º 0.93% 0.61% -
HSV(B) 118.4º 0.75% 0.97% -
XYZ 36.66 68.63 15.73 -
YUV 172.26 65.2 52.21 -
System Red Green Blue C M Y K H S L
Decimal 66 248 61 0.73 0 0.75 0.03 118.4 0.93 0.61
Hex 42 F8 3D 49 0 4B 3 76 5D 3D
Octal 102 370 75 111 0 113 3 166 135 75
Binary 1000010 11111000 111101 1001001 0 1001011 11 1110110 1011101 111101

Color Harmonies of #42F83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F83D

Black with #42F83D

Text Example


Text Example

White with #42F83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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