Html Css Color HEX #38C032 Lime Green

📋 copy color: '#38C032'

red 56 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #38C032

Tints of Lime Green #38C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.43%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 18.79%
G = 64.43%
B = 16.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#38C032 (or 0x38C032) is known color: Lime Green. HEX triplet: 38, C0 and 32. RGB value is (56,192,50). Sum of RGB (Red+Green+Blue) = 56+192+50=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #38C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C032 is #C73FCD. Grayscale: #878787. Windows color (decimal): -13057998 or 3326008. OLE color: 3326008.

HSL color Cylindrical-coordinate representation of color #38C032: hue angle of 117.46º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38C032 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 192 50 -
CMYK 0.71 0 0.74 0.25
HSL 117.46º 0.59% 0.47% -
HSV(B) 117.46º 0.74% 0.75% -
XYZ 21.06 38.77 9.39 -
YUV 135.15 79.94 71.55 -
System Red Green Blue C M Y K H S L
Decimal 56 192 50 0.71 0 0.74 0.25 117.46 0.59 0.47
Hex 38 C0 32 47 0 4A 19 75 3B 2F
Octal 70 300 62 107 0 112 31 165 73 57
Binary 111000 11000000 110010 1000111 0 1001010 11001 1110101 111011 101111

Color Harmonies of #38C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C032

Black with #38C032

Text Example


Text Example

White with #38C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,50); }

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

background-color css

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

 a { background-color: rgb(56,192,50); }

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

border-color css

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

 span { border-color: rgb(56,192,50); }

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