Html Css Color HEX #38E73C Lime Green

📋 copy color: '#38E73C'

red 56 ◦ green 231 ◦ blue 60

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

Shades of Lime Green #38E73C

Tints of Lime Green #38E73C

RGB

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

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

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

R = 16.14%
G = 66.57%
B = 17.29%

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

#38E73C (or 0x38E73C) is known color: Lime Green. HEX triplet: 38, E7 and 3C. RGB value is (56,231,60). Sum of RGB (Red+Green+Blue) = 56+231+60=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 231 (90.62% from 255 or 66.57% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 231 - color contains mainly: green. Hex color #38E73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E73C is #C718C3. Grayscale: #9F9F9F. Windows color (decimal): -13048004 or 3991352. OLE color: 3991352.

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

Color convert

RGB 56 231 60 -
CMYK 0.76 0 0.74 0.09
HSL 121.37º 0.78% 0.56% -
HSV(B) 121.37º 0.76% 0.91% -
XYZ 31.02 58.32 13.9 -
YUV 159.18 72.02 54.4 -
System Red Green Blue C M Y K H S L
Decimal 56 231 60 0.76 0 0.74 0.09 121.37 0.78 0.56
Hex 38 E7 3C 4C 0 4A 9 79 4E 38
Octal 70 347 74 114 0 112 11 171 116 70
Binary 111000 11100111 111100 1001100 0 1001010 1001 1111001 1001110 111000

Color Harmonies of #38E73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E73C

Black with #38E73C

Text Example


Text Example

White with #38E73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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