Html Css Color HEX #38C351 Lime Green

📋 copy color: '#38C351'

red 56 ◦ green 195 ◦ blue 81

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

Shades of Lime Green #38C351

Tints of Lime Green #38C351

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.73%

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 16.87%
G = 58.73%
B = 24.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#38C351 (or 0x38C351) is known color: Lime Green. HEX triplet: 38, C3 and 51. RGB value is (56,195,81). Sum of RGB (Red+Green+Blue) = 56+195+81=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #38C351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C351 is #C73CAE. Grayscale: #8C8C8C. Windows color (decimal): -13057199 or 5358392. OLE color: 5358392.

HSL color Cylindrical-coordinate representation of color #38C351: hue angle of 130.79º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C351 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 195 81 -
CMYK 0.71 0 0.58 0.24
HSL 130.79º 0.55% 0.49% -
HSV(B) 130.79º 0.71% 0.76% -
XYZ 22.63 40.47 14.4 -
YUV 140.44 94.45 67.77 -
System Red Green Blue C M Y K H S L
Decimal 56 195 81 0.71 0 0.58 0.24 130.79 0.55 0.49
Hex 38 C3 51 47 0 3A 18 83 37 31
Octal 70 303 121 107 0 72 30 203 67 61
Binary 111000 11000011 1010001 1000111 0 111010 11000 10000011 110111 110001

Color Harmonies of #38C351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C351

Black with #38C351

Text Example


Text Example

White with #38C351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,195,81); }

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

background-color css

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

 a { background-color: rgb(56,195,81); }

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

border-color css

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

 span { border-color: rgb(56,195,81); }

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