Html Css Color HEX #38F748 Lime Green

📋 copy color: '#38F748'

red 56 ◦ green 247 ◦ blue 72

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

Shades of Lime Green #38F748

Tints of Lime Green #38F748

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.87%

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 14.93%
G = 65.87%
B = 19.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#38F748 (or 0x38F748) is known color: Lime Green. HEX triplet: 38, F7 and 48. RGB value is (56,247,72). Sum of RGB (Red+Green+Blue) = 56+247+72=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #38F748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F748 is #C708B7. Grayscale: #AAAAAA. Windows color (decimal): -13043896 or 4781880. OLE color: 4781880.

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

Color convert

RGB 56 247 72 -
CMYK 0.77 0 0.71 0.03
HSL 125.03º 0.92% 0.59% -
HSV(B) 125.03º 0.77% 0.97% -
XYZ 36.06 67.83 17.32 -
YUV 169.94 72.72 46.73 -
System Red Green Blue C M Y K H S L
Decimal 56 247 72 0.77 0 0.71 0.03 125.03 0.92 0.59
Hex 38 F7 48 4D 0 47 3 7D 5C 3B
Octal 70 367 110 115 0 107 3 175 134 73
Binary 111000 11110111 1001000 1001101 0 1000111 11 1111101 1011100 111011

Color Harmonies of #38F748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F748

Black with #38F748

Text Example


Text Example

White with #38F748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,247,72); }

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

background-color css

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

 a { background-color: rgb(56,247,72); }

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

border-color css

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

 span { border-color: rgb(56,247,72); }

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