Html Css Color HEX #38F84D Lime Green

📋 copy color: '#38F84D'

red 56 ◦ green 248 ◦ blue 77

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

Shades of Lime Green #38F84D

Tints of Lime Green #38F84D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 65.09%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 14.7%
G = 65.09%
B = 20.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#38F84D (or 0x38F84D) is known color: Lime Green. HEX triplet: 38, F8 and 4D. RGB value is (56,248,77). Sum of RGB (Red+Green+Blue) = 56+248+77=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #38F84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F84D is #C707B2. Grayscale: #ABABAB. Windows color (decimal): -13043635 or 5109816. OLE color: 5109816.

HSL color Cylindrical-coordinate representation of color #38F84D: hue angle of 126.56º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F84D is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 248 77 -
CMYK 0.77 0 0.69 0.03
HSL 126.56º 0.93% 0.6% -
HSV(B) 126.56º 0.77% 0.97% -
XYZ 36.54 68.51 18.32 -
YUV 171.1 74.89 45.9 -
System Red Green Blue C M Y K H S L
Decimal 56 248 77 0.77 0 0.69 0.03 126.56 0.93 0.6
Hex 38 F8 4D 4D 0 45 3 7F 5D 3C
Octal 70 370 115 115 0 105 3 177 135 74
Binary 111000 11111000 1001101 1001101 0 1000101 11 1111111 1011101 111100

Color Harmonies of #38F84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F84D

Black with #38F84D

Text Example


Text Example

White with #38F84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,248,77); }

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

background-color css

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

 a { background-color: rgb(56,248,77); }

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

border-color css

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

 span { border-color: rgb(56,248,77); }

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