Html Css Color HEX #42FD3F Lime Green

📋 copy color: '#42FD3F'

red 66 ◦ green 253 ◦ blue 63

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

Shades of Lime Green #42FD3F

Tints of Lime Green #42FD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.23%

 BLUE value IS 63 (25% from 255) = 16.49%

R = 17.28%
G = 66.23%
B = 16.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#42FD3F (or 0x42FD3F) is known color: Lime Green. HEX triplet: 42, FD and 3F. RGB value is (66,253,63). Sum of RGB (Red+Green+Blue) = 66+253+63=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 253 (99.22% from 255 or 66.23% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FD3F is #BD02C0. Grayscale: #B0B0B0. Windows color (decimal): -12387009 or 4193602. OLE color: 4193602.

HSL color Cylindrical-coordinate representation of color #42FD3F: hue angle of 119.05º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42FD3F is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 253 63 -
CMYK 0.74 0 0.75 0.01
HSL 119.05º 0.98% 0.62% -
HSV(B) 119.05º 0.75% 0.99% -
XYZ 38.27 71.77 16.54 -
YUV 175.43 64.55 49.95 -
System Red Green Blue C M Y K H S L
Decimal 66 253 63 0.74 0 0.75 0.01 119.05 0.98 0.62
Hex 42 FD 3F 4A 0 4B 1 77 62 3E
Octal 102 375 77 112 0 113 1 167 142 76
Binary 1000010 11111101 111111 1001010 0 1001011 1 1110111 1100010 111110

Color Harmonies of #42FD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FD3F

Black with #42FD3F

Text Example


Text Example

White with #42FD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,253,63); }

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

background-color css

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

 a { background-color: rgb(66,253,63); }

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

border-color css

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

 span { border-color: rgb(66,253,63); }

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