Html Css Color HEX #42F940 Lime Green

📋 copy color: '#42F940'

red 66 ◦ green 249 ◦ blue 64

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

Shades of Lime Green #42F940

Tints of Lime Green #42F940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.7%

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 17.41%
G = 65.7%
B = 16.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#42F940 (or 0x42F940) is known color: Lime Green. HEX triplet: 42, F9 and 40. RGB value is (66,249,64). Sum of RGB (Red+Green+Blue) = 66+249+64=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #42F940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F940 is #BD06BF. Grayscale: #ADADAD. Windows color (decimal): -12388032 or 4258114. OLE color: 4258114.

HSL color Cylindrical-coordinate representation of color #42F940: hue angle of 119.35º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42F940 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 249 64 -
CMYK 0.73 0 0.74 0.02
HSL 119.35º 0.94% 0.61% -
HSV(B) 119.35º 0.74% 0.98% -
XYZ 37.05 69.28 16.27 -
YUV 173.19 66.37 51.54 -
System Red Green Blue C M Y K H S L
Decimal 66 249 64 0.73 0 0.74 0.02 119.35 0.94 0.61
Hex 42 F9 40 49 0 4A 2 77 5E 3D
Octal 102 371 100 111 0 112 2 167 136 75
Binary 1000010 11111001 1000000 1001001 0 1001010 10 1110111 1011110 111101

Color Harmonies of #42F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F940

Black with #42F940

Text Example


Text Example

White with #42F940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,249,64); }

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

background-color css

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

 a { background-color: rgb(66,249,64); }

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

border-color css

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

 span { border-color: rgb(66,249,64); }

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