Html Css Color HEX #38E73D Lime Green

📋 copy color: '#38E73D'

red 56 ◦ green 231 ◦ blue 61

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

Shades of Lime Green #38E73D

Tints of Lime Green #38E73D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 66.38%

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 16.09%
G = 66.38%
B = 17.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#38E73D (or 0x38E73D) is known color: Lime Green. HEX triplet: 38, E7 and 3D. RGB value is (56,231,61). Sum of RGB (Red+Green+Blue) = 56+231+61=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 231 (90.62% from 255 or 66.38% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 231 - color contains mainly: green. Hex color #38E73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E73D is #C718C2. Grayscale: #9F9F9F. Windows color (decimal): -13048003 or 4056888. OLE color: 4056888.

HSL color Cylindrical-coordinate representation of color #38E73D: hue angle of 121.71º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E73D is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 231 61 -
CMYK 0.76 0 0.74 0.09
HSL 121.71º 0.78% 0.56% -
HSV(B) 121.71º 0.76% 0.91% -
XYZ 31.05 58.33 14.04 -
YUV 159.3 72.52 54.32 -
System Red Green Blue C M Y K H S L
Decimal 56 231 61 0.76 0 0.74 0.09 121.71 0.78 0.56
Hex 38 E7 3D 4C 0 4A 9 7A 4E 38
Octal 70 347 75 114 0 112 11 172 116 70
Binary 111000 11100111 111101 1001100 0 1001010 1001 1111010 1001110 111000

Color Harmonies of #38E73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E73D

Black with #38E73D

Text Example


Text Example

White with #38E73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,231,61); }

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

background-color css

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

 a { background-color: rgb(56,231,61); }

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

border-color css

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

 span { border-color: rgb(56,231,61); }

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