Html Css Color HEX #38B535 Lime Green

📋 copy color: '#38B535'

red 56 ◦ green 181 ◦ blue 53

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

Shades of Lime Green #38B535

Tints of Lime Green #38B535

RGB

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

 GREEN value IS 181 (71.09% from 255) = 62.41%

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 19.31%
G = 62.41%
B = 18.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#38B535 (or 0x38B535) is known color: Lime Green. HEX triplet: 38, B5 and 35. RGB value is (56,181,53). Sum of RGB (Red+Green+Blue) = 56+181+53=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 181 (71.09% from 255 or 62.41% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 181 - color contains mainly: green. Hex color #38B535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B535 is #C74ACA. Grayscale: #818181. Windows color (decimal): -13060811 or 3519800. OLE color: 3519800.

HSL color Cylindrical-coordinate representation of color #38B535: hue angle of 118.59º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38B535 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 181 53 -
CMYK 0.69 0 0.71 0.29
HSL 118.59º 0.55% 0.46% -
HSV(B) 118.59º 0.71% 0.71% -
XYZ 18.8 34.15 8.97 -
YUV 129.03 85.09 75.91 -
System Red Green Blue C M Y K H S L
Decimal 56 181 53 0.69 0 0.71 0.29 118.59 0.55 0.46
Hex 38 B5 35 45 0 47 1D 77 37 2E
Octal 70 265 65 105 0 107 35 167 67 56
Binary 111000 10110101 110101 1000101 0 1000111 11101 1110111 110111 101110

Color Harmonies of #38B535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B535

Black with #38B535

Text Example


Text Example

White with #38B535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,181,53); }

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

background-color css

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

 a { background-color: rgb(56,181,53); }

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

border-color css

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

 span { border-color: rgb(56,181,53); }

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