Html Css Color HEX #38F046 Lime Green

📋 copy color: '#38F046'

red 56 ◦ green 240 ◦ blue 70

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

Shades of Lime Green #38F046

Tints of Lime Green #38F046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.57%

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 15.3%
G = 65.57%
B = 19.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#38F046 (or 0x38F046) is known color: Lime Green. HEX triplet: 38, F0 and 46. RGB value is (56,240,70). Sum of RGB (Red+Green+Blue) = 56+240+70=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #38F046 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F046 is #C70FB9. Grayscale: #A6A6A6. Windows color (decimal): -13045690 or 4649016. OLE color: 4649016.

HSL color Cylindrical-coordinate representation of color #38F046: hue angle of 124.57º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F046 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 240 70 -
CMYK 0.77 0 0.71 0.06
HSL 124.57º 0.86% 0.58% -
HSV(B) 124.57º 0.77% 0.94% -
XYZ 33.9 63.6 16.28 -
YUV 165.6 74.04 49.82 -
System Red Green Blue C M Y K H S L
Decimal 56 240 70 0.77 0 0.71 0.06 124.57 0.86 0.58
Hex 38 F0 46 4D 0 47 6 7D 56 3A
Octal 70 360 106 115 0 107 6 175 126 72
Binary 111000 11110000 1000110 1001101 0 1000111 110 1111101 1010110 111010

Color Harmonies of #38F046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F046

Black with #38F046

Text Example


Text Example

White with #38F046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,240,70); }

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

background-color css

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

 a { background-color: rgb(56,240,70); }

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

border-color css

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

 span { border-color: rgb(56,240,70); }

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