Html Css Color HEX #38F64F Lime Green

📋 copy color: '#38F64F'

red 56 ◦ green 246 ◦ blue 79

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

Shades of Lime Green #38F64F

Tints of Lime Green #38F64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.57%

 BLUE value IS 79 (31.25% from 255) = 20.73%

R = 14.7%
G = 64.57%
B = 20.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#38F64F (or 0x38F64F) is known color: Lime Green. HEX triplet: 38, F6 and 4F. RGB value is (56,246,79). Sum of RGB (Red+Green+Blue) = 56+246+79=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 246 (96.48% from 255 or 64.57% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 246 - color contains mainly: green. Hex color #38F64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F64F is #C709B0. Grayscale: #AAAAAA. Windows color (decimal): -13044145 or 5240376. OLE color: 5240376.

HSL color Cylindrical-coordinate representation of color #38F64F: hue angle of 127.26º degrees, saturation: 0.91, 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 #38F64F is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 246 79 -
CMYK 0.77 0 0.68 0.04
HSL 127.26º 0.91% 0.59% -
HSV(B) 127.26º 0.77% 0.96% -
XYZ 36 67.32 18.49 -
YUV 170.15 76.55 46.58 -
System Red Green Blue C M Y K H S L
Decimal 56 246 79 0.77 0 0.68 0.04 127.26 0.91 0.59
Hex 38 F6 4F 4D 0 44 4 7F 5B 3B
Octal 70 366 117 115 0 104 4 177 133 73
Binary 111000 11110110 1001111 1001101 0 1000100 100 1111111 1011011 111011

Color Harmonies of #38F64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F64F

Black with #38F64F

Text Example


Text Example

White with #38F64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,246,79); }

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

background-color css

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

 a { background-color: rgb(56,246,79); }

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

border-color css

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

 span { border-color: rgb(56,246,79); }

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