Html Css Color HEX #42FA38 Lime Green

📋 copy color: '#42FA38'

red 66 ◦ green 250 ◦ blue 56

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

Shades of Lime Green #42FA38

Tints of Lime Green #42FA38

RGB

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

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

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

R = 17.74%
G = 67.2%
B = 15.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#42FA38 (or 0x42FA38) is known color: Lime Green. HEX triplet: 42, FA and 38. RGB value is (66,250,56). Sum of RGB (Red+Green+Blue) = 66+250+56=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA38 is #BD05C7. Grayscale: #ADADAD. Windows color (decimal): -12387784 or 3734082. OLE color: 3734082.

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

Color convert

RGB 66 250 56 -
CMYK 0.74 0 0.78 0.02
HSL 116.91º 0.95% 0.6% -
HSV(B) 116.91º 0.78% 0.98% -
XYZ 37.15 69.81 15.26 -
YUV 172.87 62.04 51.77 -
System Red Green Blue C M Y K H S L
Decimal 66 250 56 0.74 0 0.78 0.02 116.91 0.95 0.6
Hex 42 FA 38 4A 0 4E 2 75 5F 3C
Octal 102 372 70 112 0 116 2 165 137 74
Binary 1000010 11111010 111000 1001010 0 1001110 10 1110101 1011111 111100

Color Harmonies of #42FA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA38

Black with #42FA38

Text Example


Text Example

White with #42FA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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