Html Css Color HEX #38C854 Lime Green

📋 copy color: '#38C854'

red 56 ◦ green 200 ◦ blue 84

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

Shades of Lime Green #38C854

Tints of Lime Green #38C854

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.82%

 BLUE value IS 84 (33.2% from 255) = 24.71%

R = 16.47%
G = 58.82%
B = 24.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#38C854 (or 0x38C854) is known color: Lime Green. HEX triplet: 38, C8 and 54. RGB value is (56,200,84). Sum of RGB (Red+Green+Blue) = 56+200+84=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #38C854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C854 is #C737AB. Grayscale: #909090. Windows color (decimal): -13055916 or 5556280. OLE color: 5556280.

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

Color convert

RGB 56 200 84 -
CMYK 0.72 0 0.58 0.22
HSL 131.67º 0.57% 0.5% -
HSV(B) 131.67º 0.72% 0.78% -
XYZ 23.89 42.79 15.39 -
YUV 143.72 94.29 65.43 -
System Red Green Blue C M Y K H S L
Decimal 56 200 84 0.72 0 0.58 0.22 131.67 0.57 0.5
Hex 38 C8 54 48 0 3A 16 84 39 32
Octal 70 310 124 110 0 72 26 204 71 62
Binary 111000 11001000 1010100 1001000 0 111010 10110 10000100 111001 110010

Color Harmonies of #38C854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C854

Black with #38C854

Text Example


Text Example

White with #38C854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,200,84); }

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

background-color css

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

 a { background-color: rgb(56,200,84); }

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

border-color css

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

 span { border-color: rgb(56,200,84); }

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