Html Css Color HEX #42FF38 Lime Green

📋 copy color: '#42FF38'

red 66 ◦ green 255 ◦ blue 56

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

Shades of Lime Green #42FF38

Tints of Lime Green #42FF38

RGB

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

 GREEN value IS 255 (100% from 255) = 67.64%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 17.51%
G = 67.64%
B = 14.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#42FF38 (or 0x42FF38) is known color: Lime Green. HEX triplet: 42, FF and 38. RGB value is (66,255,56). Sum of RGB (Red+Green+Blue) = 66+255+56=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF38 is #BD00C7. Grayscale: #B0B0B0. Windows color (decimal): -12386504 or 3735362. OLE color: 3735362.

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

Color convert

RGB 66 255 56 -
CMYK 0.74 0 0.78 0
HSL 116.98º 1% 0.61% -
HSV(B) 116.98º 0.78% 1% -
XYZ 38.72 72.96 15.78 -
YUV 175.8 60.38 49.68 -
System Red Green Blue C M Y K H S L
Decimal 66 255 56 0.74 0 0.78 0 116.98 1 0.61
Hex 42 FF 38 4A 0 4E 0 75 64 3D
Octal 102 377 70 112 0 116 0 165 144 75
Binary 1000010 11111111 111000 1001010 0 1001110 0 1110101 1100100 111101

Color Harmonies of #42FF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FF38

Black with #42FF38

Text Example


Text Example

White with #42FF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,255,56); }

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

background-color css

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

 a { background-color: rgb(66,255,56); }

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

border-color css

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

 span { border-color: rgb(66,255,56); }

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