Html Css Color HEX #38F73E Lime Green

📋 copy color: '#38F73E'

red 56 ◦ green 247 ◦ blue 62

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

Shades of Lime Green #38F73E

Tints of Lime Green #38F73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 15.34%
G = 67.67%
B = 16.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#38F73E (or 0x38F73E) is known color: Lime Green. HEX triplet: 38, F7 and 3E. RGB value is (56,247,62). Sum of RGB (Red+Green+Blue) = 56+247+62=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 247 (96.88% from 255 or 67.67% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 247 - color contains mainly: green. Hex color #38F73E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F73E is #C708C1. Grayscale: #A9A9A9. Windows color (decimal): -13043906 or 4126520. OLE color: 4126520.

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

Color convert

RGB 56 247 62 -
CMYK 0.77 0 0.75 0.03
HSL 121.88º 0.92% 0.59% -
HSV(B) 121.88º 0.77% 0.97% -
XYZ 35.76 67.71 15.74 -
YUV 168.8 67.72 47.54 -
System Red Green Blue C M Y K H S L
Decimal 56 247 62 0.77 0 0.75 0.03 121.88 0.92 0.59
Hex 38 F7 3E 4D 0 4B 3 7A 5C 3B
Octal 70 367 76 115 0 113 3 172 134 73
Binary 111000 11110111 111110 1001101 0 1001011 11 1111010 1011100 111011

Color Harmonies of #38F73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F73E

Black with #38F73E

Text Example


Text Example

White with #38F73E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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