Html Css Color HEX #42F43D Lime Green

📋 copy color: '#42F43D'

red 66 ◦ green 244 ◦ blue 61

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

Shades of Lime Green #42F43D

Tints of Lime Green #42F43D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 65.77%

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

R = 17.79%
G = 65.77%
B = 16.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#42F43D (or 0x42F43D) is known color: Lime Green. HEX triplet: 42, F4 and 3D. RGB value is (66,244,61). Sum of RGB (Red+Green+Blue) = 66+244+61=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #42F43D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F43D is #BD0BC2. Grayscale: #AAAAAA. Windows color (decimal): -12389315 or 4060226. OLE color: 4060226.

HSL color Cylindrical-coordinate representation of color #42F43D: hue angle of 118.36º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42F43D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 244 61 -
CMYK 0.73 0 0.75 0.04
HSL 118.36º 0.89% 0.6% -
HSV(B) 118.36º 0.75% 0.96% -
XYZ 35.44 66.2 15.32 -
YUV 169.92 66.53 53.88 -
System Red Green Blue C M Y K H S L
Decimal 66 244 61 0.73 0 0.75 0.04 118.36 0.89 0.6
Hex 42 F4 3D 49 0 4B 4 76 59 3C
Octal 102 364 75 111 0 113 4 166 131 74
Binary 1000010 11110100 111101 1001001 0 1001011 100 1110110 1011001 111100

Color Harmonies of #42F43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F43D

Black with #42F43D

Text Example


Text Example

White with #42F43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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