Html Css Color HEX #38AC33 Lime Green

📋 copy color: '#38AC33'

red 56 ◦ green 172 ◦ blue 51

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

Shades of Lime Green #38AC33

Tints of Lime Green #38AC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 61.65%

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 20.07%
G = 61.65%
B = 18.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#38AC33 (or 0x38AC33) is known color: Lime Green. HEX triplet: 38, AC and 33. RGB value is (56,172,51). Sum of RGB (Red+Green+Blue) = 56+172+51=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AC33 is #C753CC. Grayscale: #7B7B7B. Windows color (decimal): -13063117 or 3386424. OLE color: 3386424.

HSL color Cylindrical-coordinate representation of color #38AC33: hue angle of 117.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38AC33 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 172 51 -
CMYK 0.67 0 0.70 0.33
HSL 117.52º 0.54% 0.44% -
HSV(B) 117.52º 0.7% 0.67% -
XYZ 16.98 30.58 8.14 -
YUV 123.52 87.07 79.84 -
System Red Green Blue C M Y K H S L
Decimal 56 172 51 0.67 0 0.70 0.33 117.52 0.54 0.44
Hex 38 AC 33 43 0 46 21 76 36 2C
Octal 70 254 63 103 0 106 41 166 66 54
Binary 111000 10101100 110011 1000011 0 1000110 100001 1110110 110110 101100

Color Harmonies of #38AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AC33

Black with #38AC33

Text Example


Text Example

White with #38AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,172,51); }

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

background-color css

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

 a { background-color: rgb(56,172,51); }

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

border-color css

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

 span { border-color: rgb(56,172,51); }

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