Html Css Color HEX #38F442 Lime Green

📋 copy color: '#38F442'

red 56 ◦ green 244 ◦ blue 66

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

Shades of Lime Green #38F442

Tints of Lime Green #38F442

RGB

 RED value IS 56 (22.27% from 255) = 15.3%

 GREEN value IS 244 (95.7% from 255) = 66.67%

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 15.3%
G = 66.67%
B = 18.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#38F442 (or 0x38F442) is known color: Lime Green. HEX triplet: 38, F4 and 42. RGB value is (56,244,66). Sum of RGB (Red+Green+Blue) = 56+244+66=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 244 (95.70% from 255 or 66.67% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 244 - color contains mainly: green. Hex color #38F442 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F442 is #C70BBD. Grayscale: #A8A8A8. Windows color (decimal): -13044670 or 4387896. OLE color: 4387896.

HSL color Cylindrical-coordinate representation of color #38F442: hue angle of 123.19º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F442 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 244 66 -
CMYK 0.77 0 0.73 0.04
HSL 123.19º 0.9% 0.59% -
HSV(B) 123.19º 0.77% 0.96% -
XYZ 34.96 65.94 16.04 -
YUV 167.5 70.72 48.47 -
System Red Green Blue C M Y K H S L
Decimal 56 244 66 0.77 0 0.73 0.04 123.19 0.9 0.59
Hex 38 F4 42 4D 0 49 4 7B 5A 3B
Octal 70 364 102 115 0 111 4 173 132 73
Binary 111000 11110100 1000010 1001101 0 1001001 100 1111011 1011010 111011

Color Harmonies of #38F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F442

Black with #38F442

Text Example


Text Example

White with #38F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F442; }

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

 H1.HeaderClassName
 {
   color: #38F442;
 }
 .AnyTagClassName
 {
   color: #38F442;
 }
</style>

background-color css

<style>
 a { background-color: #38F442; }

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

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

border-color css

<style>
 span { border-color: #38F442; }

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

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