Html Css Color HEX #42FA2F Lime Green

📋 copy color: '#42FA2F'

red 66 ◦ green 250 ◦ blue 47

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

Shades of Lime Green #42FA2F

Tints of Lime Green #42FA2F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.87%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 18.18%
G = 68.87%
B = 12.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#42FA2F (or 0x42FA2F) is known color: Lime Green. HEX triplet: 42, FA and 2F. RGB value is (66,250,47). Sum of RGB (Red+Green+Blue) = 66+250+47=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA2F is #BD05D0. Grayscale: #ACACAC. Windows color (decimal): -12387793 or 3144258. OLE color: 3144258.

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

Color convert

RGB 66 250 47 -
CMYK 0.74 0 0.81 0.02
HSL 114.38º 0.95% 0.58% -
HSV(B) 114.38º 0.81% 0.98% -
XYZ 36.95 69.73 14.2 -
YUV 171.84 57.54 52.51 -
System Red Green Blue C M Y K H S L
Decimal 66 250 47 0.74 0 0.81 0.02 114.38 0.95 0.58
Hex 42 FA 2F 4A 0 51 2 72 5F 3A
Octal 102 372 57 112 0 121 2 162 137 72
Binary 1000010 11111010 101111 1001010 0 1010001 10 1110010 1011111 111010

Color Harmonies of #42FA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA2F

Black with #42FA2F

Text Example


Text Example

White with #42FA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,250,47); }

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

background-color css

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

 a { background-color: rgb(66,250,47); }

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

border-color css

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

 span { border-color: rgb(66,250,47); }

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