Html Css Color HEX #38F73C Lime Green

📋 copy color: '#38F73C'

red 56 ◦ green 247 ◦ blue 60

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

Shades of Lime Green #38F73C

Tints of Lime Green #38F73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 15.43%
G = 68.04%
B = 16.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#38F73C (or 0x38F73C) is known color: Lime Green. HEX triplet: 38, F7 and 3C. RGB value is (56,247,60). Sum of RGB (Red+Green+Blue) = 56+247+60=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 247 (96.88% from 255 or 68.04% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 247 - color contains mainly: green. Hex color #38F73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F73C is #C708C3. Grayscale: #A9A9A9. Windows color (decimal): -13043908 or 3995448. OLE color: 3995448.

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

Color convert

RGB 56 247 60 -
CMYK 0.77 0 0.76 0.03
HSL 121.26º 0.92% 0.59% -
HSV(B) 121.26º 0.77% 0.97% -
XYZ 35.71 67.69 15.46 -
YUV 168.57 66.72 47.71 -
System Red Green Blue C M Y K H S L
Decimal 56 247 60 0.77 0 0.76 0.03 121.26 0.92 0.59
Hex 38 F7 3C 4D 0 4C 3 79 5C 3B
Octal 70 367 74 115 0 114 3 171 134 73
Binary 111000 11110111 111100 1001101 0 1001100 11 1111001 1011100 111011

Color Harmonies of #38F73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F73C

Black with #38F73C

Text Example


Text Example

White with #38F73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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