Html Css Color HEX #38F04D Lime Green

📋 copy color: '#38F04D'

red 56 ◦ green 240 ◦ blue 77

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

Shades of Lime Green #38F04D

Tints of Lime Green #38F04D

RGB

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

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

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

R = 15.01%
G = 64.34%
B = 20.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#38F04D (or 0x38F04D) is known color: Lime Green. HEX triplet: 38, F0 and 4D. RGB value is (56,240,77). Sum of RGB (Red+Green+Blue) = 56+240+77=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #38F04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F04D is #C70FB2. Grayscale: #A6A6A6. Windows color (decimal): -13045683 or 5107768. OLE color: 5107768.

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

Color convert

RGB 56 240 77 -
CMYK 0.77 0 0.68 0.06
HSL 126.85º 0.86% 0.58% -
HSV(B) 126.85º 0.77% 0.94% -
XYZ 34.13 63.7 17.52 -
YUV 166.4 77.54 49.25 -
System Red Green Blue C M Y K H S L
Decimal 56 240 77 0.77 0 0.68 0.06 126.85 0.86 0.58
Hex 38 F0 4D 4D 0 44 6 7F 56 3A
Octal 70 360 115 115 0 104 6 177 126 72
Binary 111000 11110000 1001101 1001101 0 1000100 110 1111111 1010110 111010

Color Harmonies of #38F04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F04D

Black with #38F04D

Text Example


Text Example

White with #38F04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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