Html Css Color HEX #42F13F Lime Green

📋 copy color: '#42F13F'

red 66 ◦ green 241 ◦ blue 63

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

Shades of Lime Green #42F13F

Tints of Lime Green #42F13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.14%

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

R = 17.84%
G = 65.14%
B = 17.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#42F13F (or 0x42F13F) is known color: Lime Green. HEX triplet: 42, F1 and 3F. RGB value is (66,241,63). Sum of RGB (Red+Green+Blue) = 66+241+63=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #42F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F13F is #BD0EC0. Grayscale: #A8A8A8. Windows color (decimal): -12390081 or 4190530. OLE color: 4190530.

HSL color Cylindrical-coordinate representation of color #42F13F: hue angle of 118.99º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42F13F is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 63 -
CMYK 0.73 0 0.74 0.05
HSL 118.99º 0.86% 0.6% -
HSV(B) 118.99º 0.74% 0.95% -
XYZ 34.6 64.43 15.31 -
YUV 168.38 68.52 54.97 -
System Red Green Blue C M Y K H S L
Decimal 66 241 63 0.73 0 0.74 0.05 118.99 0.86 0.6
Hex 42 F1 3F 49 0 4A 5 77 56 3C
Octal 102 361 77 111 0 112 5 167 126 74
Binary 1000010 11110001 111111 1001001 0 1001010 101 1110111 1010110 111100

Color Harmonies of #42F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F13F

Black with #42F13F

Text Example


Text Example

White with #42F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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