Html Css Color HEX #38C553 Lime Green

📋 copy color: '#38C553'

red 56 ◦ green 197 ◦ blue 83

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

Shades of Lime Green #38C553

Tints of Lime Green #38C553

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.63%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 16.67%
G = 58.63%
B = 24.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#38C553 (or 0x38C553) is known color: Lime Green. HEX triplet: 38, C5 and 53. RGB value is (56,197,83). Sum of RGB (Red+Green+Blue) = 56+197+83=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #38C553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C553 is #C73AAC. Grayscale: #8E8E8E. Windows color (decimal): -13056685 or 5489976. OLE color: 5489976.

HSL color Cylindrical-coordinate representation of color #38C553: hue angle of 131.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C553 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 197 83 -
CMYK 0.72 0 0.58 0.23
HSL 131.49º 0.56% 0.5% -
HSV(B) 131.49º 0.72% 0.77% -
XYZ 23.16 41.4 14.95 -
YUV 141.85 94.79 66.77 -
System Red Green Blue C M Y K H S L
Decimal 56 197 83 0.72 0 0.58 0.23 131.49 0.56 0.5
Hex 38 C5 53 48 0 3A 17 83 38 32
Octal 70 305 123 110 0 72 27 203 70 62
Binary 111000 11000101 1010011 1001000 0 111010 10111 10000011 111000 110010

Color Harmonies of #38C553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C553

Black with #38C553

Text Example


Text Example

White with #38C553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,197,83); }

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

background-color css

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

 a { background-color: rgb(56,197,83); }

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

border-color css

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

 span { border-color: rgb(56,197,83); }

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