Html Css Color HEX #38F94D Lime Green

📋 copy color: '#38F94D'

red 56 ◦ green 249 ◦ blue 77

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

Shades of Lime Green #38F94D

Tints of Lime Green #38F94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.18%

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

R = 14.66%
G = 65.18%
B = 20.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#38F94D (or 0x38F94D) is known color: Lime Green. HEX triplet: 38, F9 and 4D. RGB value is (56,249,77). Sum of RGB (Red+Green+Blue) = 56+249+77=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 249 (97.66% from 255 or 65.18% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 249 - color contains mainly: green. Hex color #38F94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F94D is #C706B2. Grayscale: #ACACAC. Windows color (decimal): -13043379 or 5110072. OLE color: 5110072.

HSL color Cylindrical-coordinate representation of color #38F94D: hue angle of 126.53º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F94D is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 249 77 -
CMYK 0.78 0 0.69 0.02
HSL 126.53º 0.94% 0.6% -
HSV(B) 126.53º 0.78% 0.98% -
XYZ 36.85 69.13 18.42 -
YUV 171.69 74.56 45.49 -
System Red Green Blue C M Y K H S L
Decimal 56 249 77 0.78 0 0.69 0.02 126.53 0.94 0.6
Hex 38 F9 4D 4E 0 45 2 7F 5E 3C
Octal 70 371 115 116 0 105 2 177 136 74
Binary 111000 11111001 1001101 1001110 0 1000101 10 1111111 1011110 111100

Color Harmonies of #38F94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F94D

Black with #38F94D

Text Example


Text Example

White with #38F94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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